List Pane slot optional properties
export interface IListPaneSlotOptions { tags?: string[]; title?: LocalizedString; uniqueId?: string; userData?: unknown;} Copy
export interface IListPaneSlotOptions { tags?: string[]; title?: LocalizedString; uniqueId?: string; userData?: unknown;}
Optional
List of tags associated with the slot.
Localized title of the slot.
Unique identifier to use for the slot.
Optional user data that can be associated with a slot.
List Pane slot optional properties
Source