Interface IUiDefinition

Hierarchy

  • IUiDefinition

Properties

Properties

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

Contains all UIs for the class

Type declaration

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

Contains the ui-defintions of the Functions

Type declaration

Generated using TypeDoc