A property item which supports block list properties
export interface IBlockListPropertyItem extends IPropertyItemBase { readonly value: ReadonlyArray<string>;} Copy
export interface IBlockListPropertyItem extends IPropertyItemBase { readonly value: ReadonlyArray<string>;}
If the item is enabled in the UI.
Readonly
Unique ID for the property item.
The parent pane id.
The type name of the target property.
Current value of the property item.
If the item should be visible in the UI.
A property item which supports block list properties
Source