List Pane image entry
export interface IListPaneImageEntry extends IListPaneEntry { readonly value: Readonly<ImageResourceData>; setValue(value: ImageResourceData): void;} Copy
export interface IListPaneImageEntry extends IListPaneEntry { readonly value: Readonly<ImageResourceData>; setValue(value: ImageResourceData): void;}
Readonly
Sequence index of the entry.
Slot that owns the entry.
Type of the entry.
Value of the entry.
Visibility state of the entry.
New value.
Updates value of the entry.
Updates visibility of the entry.
List Pane image entry
Source