Updated to latest code
This commit is contained in:
40
typings/AutosearchProps.d.ts
vendored
40
typings/AutosearchProps.d.ts
vendored
@@ -1,20 +1,20 @@
|
|||||||
/**
|
/**
|
||||||
* This file was generated from Autosearch.xml
|
* This file was generated from Autosearch.xml
|
||||||
* WARNING: All changes made to this file will be overwritten
|
* WARNING: All changes made to this file will be overwritten
|
||||||
* @author Mendix UI Content Team
|
* @author Mendix UI Content Team
|
||||||
*/
|
*/
|
||||||
import { ActionValue, EditableValue } from "mendix";
|
import { ActionValue, EditableValue } from "mendix";
|
||||||
|
|
||||||
export interface AutosearchProps<Style> {
|
export interface AutosearchProps<Style> {
|
||||||
name: string;
|
name: string;
|
||||||
style: Style[];
|
style: Style[];
|
||||||
searchvalue: EditableValue<string>;
|
searchvalue: EditableValue<string>;
|
||||||
onChange?: ActionValue;
|
onChange?: ActionValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AutosearchPreviewProps {
|
export interface AutosearchPreviewProps {
|
||||||
class: string;
|
class: string;
|
||||||
style: string;
|
style: string;
|
||||||
searchvalue: string;
|
searchvalue: string;
|
||||||
onChange: {} | null;
|
onChange: {} | null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user