JavaScript & React libraryAPIInterfacesCosmographButtonRectangularSelectionConfigInterface

Interface: CosmographButtonRectangularSelectionConfigInterface

Extends

Properties

onClick()?

optional onClick: () => void

Specifies a handler that is called when a button is clicked.

Returns

void

Inherited from

ButtonConfigInterface.onClick


iconSvg?

optional iconSvg: string

Specifies the icon to be displayed on the button.

Inherited from

ButtonConfigInterface.iconSvg


description?

optional description: string

Specifies the description to be displayed on the button.

Inherited from

ButtonConfigInterface.description