interface IOptions {
    commandPalette: CommandPalette;
    restore?: () => void;
}

Properties

commandPalette: CommandPalette
restore?: () => void

A callback executed when the modal palette is closed. Used to restore focus to the previously active widget.