ControlsComponentProps
Extends
DOMAttributes<HTMLDivElement>
Properties
buttons?
optionalbuttons:ControlsComponentButtons
Optional extra buttons to add to the controls component.
className?
optionalclassName:string
Optional class name to set on the control component's container
clear?
optionalclear:boolean
Whether or not to show the clear button, defaults to true.
clearMessage?
optionalclearMessage:string
Optional message to show the user when prompting them to confirm they want to clear the dataset
orientation?
optionalorientation:"row"|"column"
Optional orientation for the controls. Defaults to 'row'.
undoRedo?
optionalundoRedo:boolean
Whether or not to show undo/redo buttons, defaults to true
zoomButtons?
optionalzoomButtons:boolean
Whether or not to show the zoom in/zoom out buttons, defaults to false
zoomToExtents?
optionalzoomToExtents:boolean
Whether or not to show the zoom to extents button, defaults to true