接口 IPropertyItemOptionsTable实验性

interface IPropertyItemOptionsTable {
    defaultData: IPropertyTableCellItem[][];
    enable?: boolean;
    onChange?: OnChangeCallback<PropertyBag, string>;
    title?: string;
    titleId?: string;
    visible?: boolean;
}

层级 (查看完整内容)

属性

defaultData: IPropertyTableCellItem[][]
enable?: boolean

If the item is enabled in the UI.

onChange?: OnChangeCallback<PropertyBag, string>

Callback to execute when the value is updated.

title?: string

Localized title of the property item

titleId?: string
visible?: boolean

If the item should be visible in the UI.