Interface IControlAttributeFileCategoryDataSource

interface IControlAttributeFileCategoryDataSource {
    allowMultiple?: string | boolean;
    cssClass?: string;
    defaultValue?: any;
    description?: ResourcedString;
    disabledExpression?: string;
    displayName: ResourcedString;
    hiddenExpression?: string;
    hideOnDisable?: boolean;
    ignoreRestrictions?: boolean;
    limitDataSourceType?: string;
    localizable?: string | boolean;
    migrationValue?: undefined;
    optional?: boolean;
    order?: number;
    required?: string | boolean;
    triggerResizeOnChange?: boolean;
    type: "FileCategoryDataSource" | FileCategoryDataSource;
}

Hierarchy

Properties

allowMultiple?: string | boolean
cssClass?: string
defaultValue?: any
description?: ResourcedString
disabledExpression?: string
displayName: ResourcedString
hiddenExpression?: string
hideOnDisable?: boolean
ignoreRestrictions?: boolean
limitDataSourceType?: string
localizable?: string | boolean
migrationValue?: undefined
optional?: boolean
order?: number
required?: string | boolean
triggerResizeOnChange?: boolean
type: "FileCategoryDataSource" | FileCategoryDataSource