/** * Options for the `saveWorkspace()` method. */ export type SaveWorkspaceOptions = { /** * When `true`, the emitted `palette` is the full set the element * holds rather than only the values the panels reference. */ full_palette?: boolean; };