Interface ILabPropertyInspectorOptions

interface ILabPropertyInspectorOptions {
    placeholder?: Widget;
    shell: ILabShell;
    translator?: ITranslator;
}

Properties

placeholder?: Widget

Widget placeholder

shell: ILabShell

Application shell

translator?: ITranslator

Application translation