Skip to main content

Interface: HaloProps

Props for Halo component.

See

Halo

Properties

PropertyTypeDescription

children?

ReactNode

SelectionAction items representing available actions on the selected element.

Default:

<>
<SelectionActionGroup dock='nw' dockColumn={1} />
<SelectionActionRemove dock='ne' />
<SelectionActionExpand dock='s' />
<SelectionActionAnchor dock='w' />
<SelectionActionConnections dock='e' />
<SelectionActionAddToFilter dock='se' />
<SelectionActionEstablishLink dock='sw' />
</>

margin?

number

Margin between the element and surrounding actions.

Default

5