inheritance
extends:
Cell<typeof UiJson>
show_main_dialog
type boolean
show_sidebar
type boolean
tutorial_for_database
type boolean
tutorial_for_chats
type boolean
tutorial_for_prompts
type boolean
tutorial_for_diskfiles
type boolean
pending_element_to_focus_key
Consumed by components like ContentEditor for focusing elements.
type string | number | null
constructor
type new (options: UiOptions): Ui
options
type UiOptions
toggle_main_menu
Toggle the main menu visibility.
type (value?: boolean): boolean
value
type
boolean default
!this.show_main_dialogreturns
booleantoggle_sidebar
Toggle the sidebar visibility.
type (value?: boolean): boolean
value
type
boolean default
!this.show_sidebarreturns
boolean