Search Docs
Loading...
Skip to content

Variable: PanelPosition

PanelPosition: object;

Type Declaration#

Name Type
Left "left"
Right "right"
Bottom "bottom"

Deprecated#

Use the string literal type PanelPosition (‘left’ | ‘right’ | ‘bottom’) instead.