Common optional properties for property items

interface IPropertyItemOptionsBase {
    enable?: boolean;
    visible?: boolean;
}

层级 (查看层级一览)

属性

enable?: boolean

Initial enabled state of property item. If undefined, it will default to true.

visible?: boolean

Initial visibility state of property item. If undefined, it will default to true.