Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetBaseElementProps<C, N>

Type parameters

  • C

  • N

Hierarchy

Index

Properties

Optional className

className?: string

optional class name for the SVG element

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

Methods

Optional styleFactory

  • styleFactory(rules: string): N