Members
- 
			<readonly> container :HTMLElement
- 
	Details
- 
			<readonly> enabled :booleanState of the button 
- 
	Details
- 
			<readonly> id :stringUnique identifier of the button 
- 
	Details
- 
			<readonly> parent :PhotoSphereViewer|module:components.PSVComponent
- 
	Details
- 
			<readonly> psv :PhotoSphereViewer
- 
	Details
- 
			<readonly> visible :booleanVisibility of the component 
- 
	Details
Methods
- 
			<protected> create()Creates the button 
- 
	Details
- 
			<protected> destroy()Destroys the button 
- 
	Details
- 
			disable()Disables the button 
- 
	Details
- 
			enable()Enables the button 
- 
	Details
- 
			<protected> hide()Hides the component 
- 
	Details
- 
			<protected> show()Displays the component 
- 
	Details
- 
			supported() → {boolean|Promise.<boolean>}Checks if the button can be displayed 
- 
	ReturnsDetails
- 
			toggleActive( [ active ] )Changes the active state of the button 
- 
	ParametersName Type Attributes Description activeboolean <optional> forced state Details