Type Alias SvelteReactiveData
SvelteReactiveData : {
draggable: boolean;
focusAuto: boolean;
focusKeep: boolean;
focusTrap: boolean;
headerButtonNoClose: boolean;
headerButtonNoLabel: boolean;
headerNoTitleMinimized: boolean;
minimizable: boolean;
positionable: boolean;
resizable: boolean;
}
draggable: boolean;
focusAuto: boolean;
focusKeep: boolean;
focusTrap: boolean;
headerButtonNoClose: boolean;
headerButtonNoLabel: boolean;
headerNoTitleMinimized: boolean;
minimizable: boolean;
positionable: boolean;
resizable: boolean;
}
Type declaration
draggable: boolean
If true then application shells are draggable.
focus
Auto : booleanWhen true auto-management of app focus is enabled.
focus
Keep : booleanWhen
focusAuto
andfocusKeep
is true; keeps internal focus.focus
Trap : booleanWhen true focus trapping / wrapping is enabled keeping focus inside app.
header
Button : booleanNo Close If true then the close header button is removed.
header
Button : booleanNo Label If true then header button labels are removed.
header
No : booleanTitle Minimized If true then header title is hidden when minimized.
minimizable: boolean
If true then application shells are minimizable.
positionable: boolean
If false then
position.set
does not take effect.resizable: boolean
If true then application shells are resizable.
Defines the bulk serializable data from SvelteReactive.toJSON for common application state.