worldwind-ui API / react-worldwind / ProjectionSwitcherProps
Interface: ProjectionSwitcherProps ​
Defined in: react/src/ui/ProjectionSwitcher.tsx:8
Properties ​
className? ​
optionalclassName?:string
Defined in: react/src/ui/ProjectionSwitcher.tsx:15
heading? ​
optionalheading?:string|null
Defined in: react/src/ui/ProjectionSwitcher.tsx:10
labels? ​
optionallabels?:Partial<Record<ProjectionKind,string>>
Defined in: react/src/ui/ProjectionSwitcher.tsx:14
Button labels per projection.
position? ​
optionalposition?:PanelPosition
Defined in: react/src/ui/ProjectionSwitcher.tsx:9
projections? ​
optionalprojections?: readonlyProjectionKind[]
Defined in: react/src/ui/ProjectionSwitcher.tsx:12
Which projections to offer. Defaults to all of them.