WizardOptions

Options for managing AdapTable Wizards

TypeScript
export interface

Properties

PropertyTypeDescriptionDefault
popupTypePopupTypeHow wizards are rendered: 'modal' (centred & unmovable) or 'window' (supports size, position, drag, resize)inherits from settingsPanelOptions.popupType
positionWindowPositionInitial position of wizard — pixel offset of top-left corner from top-left of viewport (requires popupType: 'window')Middle of Screen
sizeWindowSizeInitial size (in pixels) of wizard (requires popupType: 'window') 'window').Computed default sized for wizards

Property Details

popupType

How wizards are rendered: 'modal' (centred & unmovable) or 'window' (supports size, position, drag, resize)

TypeScript
popupType?: PopupType;
Default Value

inherits from settingsPanelOptions.popupType

Property Value

PopupType

position

Initial position of wizard — pixel offset of top-left corner from top-left of viewport (requires popupType: 'window')

TypeScript
position?: WindowPosition;
Default Value

Middle of Screen

Property Value

WindowPosition

size

Initial size (in pixels) of wizard (requires popupType: 'window') 'window').

TypeScript
size?: WindowSize;
Default Value

Computed default sized for wizards

Property Value

WindowSize