/** * Exposes the commands of the palette component. * @public */ export interface Palette { /** * Refresh the current items being displayed in the palette. * Used when it is necessary to update the contents of the palette but the state of the palette doesn't change. * @public */ refreshPalette(): void; }