Interface InputWidgetCreationOptions

interface InputWidgetCreationOptions {
    labelCaption?: string;
    showLabel?: boolean;
}

Hierarchy (view full)

Properties

labelCaption?: string
showLabel?: boolean