Interface IControlAttributeSeparatorStart

interface IControlAttributeSeparatorStart {
    cssClass?: string;
    defaultValue?: any;
    description?: ResourcedString;
    disabledExpression?: string;
    displayName?: undefined;
    hiddenExpression?: string;
    hideOnDisable?: boolean;
    localizable?: string | boolean;
    migrationValue?: undefined;
    order?: number;
    required?: string | boolean;
    separatorLabel?: ResourcedString;
    triggerResizeOnChange?: boolean;
    type: "SeparatorStart" | SeparatorStart;
}

Hierarchy

  • Omit<BaseControlAttribute, "displayName">
    • IControlAttributeSeparatorStart

Properties

cssClass?: string
defaultValue?: any
description?: ResourcedString
disabledExpression?: string
displayName?: undefined
hiddenExpression?: string
hideOnDisable?: boolean
localizable?: string | boolean
migrationValue?: undefined
order?: number
required?: string | boolean
separatorLabel?: ResourcedString
triggerResizeOnChange?: boolean
type: "SeparatorStart" | SeparatorStart