types.ui.IUiDefinition - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Interface: IUiDefinition

types.ui.IUiDefinition

Properties

classes

classes: Object

Contains all UIs for the class

Index signature

▪ [index: string]: { methods: { [index: string]: IServiceOptions["ui"]; } ; ui?: IClassDescription["ui"] }


functions

functions: Object

Contains the ui-defintions of the Functions

Index signature

▪ [index: string]: { id: string ; schema: INopeDescriptor ; ui: IServiceOptions["ui"] }