Initial commit
This is not completed functionality.
This commit is contained in:
18
typings/BackhandlerProps.d.ts
vendored
Normal file
18
typings/BackhandlerProps.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* This file was generated from Backhandler.xml
|
||||
* WARNING: All changes made to this file will be overwritten
|
||||
* @author Mendix UI Content Team
|
||||
*/
|
||||
import { EditableValue } from "mendix";
|
||||
|
||||
export interface BackhandlerProps<Style> {
|
||||
name: string;
|
||||
style: Style[];
|
||||
disableBack: EditableValue<boolean>;
|
||||
}
|
||||
|
||||
export interface BackhandlerPreviewProps {
|
||||
class: string;
|
||||
style: string;
|
||||
disableBack: string;
|
||||
}
|
||||
Reference in New Issue
Block a user