Skip to main content

ToggleButtonProps

Home > @backstage/ui > ToggleButtonProps

Properties for ToggleButton

Signature:

export interface ToggleButtonProps extends AriaToggleButtonProps 

Extends: AriaToggleButtonProps

Properties

Property

Modifiers

Type

Description

iconEnd?

ReactElement

(Optional)

iconStart?

ReactElement

(Optional)

onSurface?

Responsive<Surface>

(Optional) Surface the toggle button is placed on. Defaults to context surface if available

size?

'small' | 'medium' | Partial<Record<Breakpoint, 'small' | 'medium'>>

(Optional)