OptionalbuttonsOptional extra buttons to add to the controls component.
OptionalclassOptional class name to append to the root element's class list.
OptionalclearWhether or not to show the clear button, defaults to true.
OptionalclearOptional message for the alert that the clear button shows by default. Defaults to Clear dataset?.
OptionalonOptional callback to invoke when the user presses the clear button. If you provide this, the component will not show an alert and instead call this method, passing in a function you can invoke if you wish to continue with the clear operation.
OptionalorientationOptional orientation for the controls. Defaults to 'row'.
OptionalsurfaceThe ID of surface to attach to. Optional.
OptionalundoWhether or not to show undo/redo buttons, defaults to true
OptionalzoomWhether or not to show the zoom to extents button, defaults to true
Props for the controls component.