Update LICENSE, README.md, and 13 more files...
This commit is contained in:
18
typings/BackgroundTaskProps.d.ts
vendored
Normal file
18
typings/BackgroundTaskProps.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user