Files
backgroundtask/typings/BackgroundTaskProps.d.ts

19 lines
432 B
TypeScript

/**
* This file was generated from BackgroundTask.xml
* WARNING: All changes made to this file will be overwritten
* @author Mendix UI Content Team
*/
import { ActionValue } from "mendix";
export interface BackgroundTaskProps<Style> {
name: string;
style: Style[];
backgroundFlow?: ActionValue;
}
export interface BackgroundTaskPreviewProps {
class: string;
style: string;
backgroundFlow: {} | null;
}