Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VennDiagramElementProps<C, N>

Type parameters

  • C

  • N

Hierarchy

Index

Properties

Optional className

className?: string

optional class name for the SVG element

Optional classNames

classNames?: VennDiagramMultiStyle<string>

object of classnames for certain sub elements

Optional id

id?: string

optional unique id of the set element. Note: if set, it is will also be used as a CSS class suffix

Optional style

style?: C

style object applied to the SVG element

Optional styles

object for applying styles to certain sub elements

Methods

Optional styleFactory

  • styleFactory(rules: string): N