Skip to main content

Type Alias: IconButtonOptions

IconButtonOptions = TextViewOptions & object

Defined in: src/ui/components/IconButton.ts:13

An interactive circular button that displays a single character icon from the Material Icons font library. It provides visual feedback for hover and selection states by changing its background opacity.

Type Declaration

backgroundColor?

optional backgroundColor: THREE.ColorRepresentation

defaultOpacity?

optional defaultOpacity: number

hoverColor?

optional hoverColor: number

hoverOpacity?

optional hoverOpacity: number

opacity?

optional opacity: number

selectedOpacity?

optional selectedOpacity: number