WizardOptions
Options for managing AdapTable Wizards
TypeScript
export interfaceProperties
| Property | Type | Description | Default |
|---|---|---|---|
| popupType | PopupType | How wizards are rendered: 'modal' (centred & unmovable) or 'window' (supports size, position, drag, resize) | inherits from settingsPanelOptions.popupType |
| position | WindowPosition | Initial position of wizard — pixel offset of top-left corner from top-left of viewport (requires popupType: 'window') | Middle of Screen |
| size | WindowSize | Initial 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
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
size
Initial size (in pixels) of wizard (requires popupType: 'window') 'window').
TypeScript
size?: WindowSize;Default Value
Computed default sized for wizards