Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BalloonToolbarProps

Hierarchy

Index

Properties

Optional arrow

arrow: boolean

Show an arrow pointing to up or down depending on the direction.

Optional as

as: string | Element

children

children: ReactNode

Optional classNames

classNames: RootClassName & Record<keyof ToolbarProps, string>

Class names for the root component and the subcomponents.

Optional popperOptions

popperOptions: Partial<UsePopperPositionOptions>

Optional portalElement

portalElement: Element

Optional prefixClassNames

prefixClassNames: string

Optional styles

styles: Partial<RootStyles> & Partial<ToolbarProps>

Customized styling that will layer on top of the default rules.

Optional theme

theme: "dark" | "light"

Color theme for the background/foreground.

Generated using TypeDoc