Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackboneNodeProps<T, S, A>

Type parameters

  • T

  • S: string

  • A

Hierarchy

  • BackboneNodeProps

Index

Properties

Optional annotationContent

annotationContent: (nodeId: StateNode<S, A>) => ReactChild

Type declaration

    • (nodeId: StateNode<S, A>): ReactChild
    • Parameters

      • nodeId: StateNode<S, A>

      Returns ReactChild

annotationOpen

annotationOpen: number

bookmark

bookmark: any

Optional bundleMap

bundleMap: BundleMap

clusterLabels

clusterLabels: boolean

current

current: boolean

duration

duration: number

editAnnotations

editAnnotations: boolean

Optional eventConfig

eventConfig: EventConfig<S>

exemptList

exemptList: string[]

Optional expandedClusterList

expandedClusterList: string[]

first

first: boolean

iconOnly

iconOnly: boolean

node

node: StateNode<S, A>

nodeMap

nodeMap: any

Optional popupContent

popupContent: (nodeId: StateNode<S, A>) => ReactChild

Type declaration

    • (nodeId: StateNode<S, A>): ReactChild
    • Parameters

      • nodeId: StateNode<S, A>

      Returns ReactChild

prov

prov: Provenance<T, S, A>

radius

radius: number

setAnnotationOpen

setAnnotationOpen: any

setBookmark

setBookmark: any

setExemptList

setExemptList: any

strokeWidth

strokeWidth: number

textSize

textSize: number

Generated using TypeDoc