Type aliases
Bundle
Bundle: { bunchedNodes: string[]; bundleLabel: string; metadata: any }
Type declaration
-
bunchedNodes: string[]
-
bundleLabel: string
-
metadata: any
Config
Config: { backboneGlyph: ReactChild; bundleGlyph: ReactChild; currentGlyph: ReactChild; regularGlyph: ReactChild }
Type declaration
-
backboneGlyph: ReactChild
-
bundleGlyph: ReactChild
-
currentGlyph: ReactChild
-
regularGlyph: ReactChild
EventConfig
EventConfig<E>: {}
Type parameters
Type declaration
-
[key: string]: Partial<Config>
ExtendedStratifiedMap
ExtendedStratifiedMap<T, S, A>: {}
Type parameters
LinkProps
LinkProps: {} & SVGProps<SVGLineElement>
StratifiedList
StratifiedList<T, S, A>: HierarchyNode<ProvenanceNode<T, S, A>>[]
Type parameters
StratifiedMap
StratifiedMap<T, S, A>: {}
Type parameters
Type declaration
-
[key: string]: HierarchyNode<ProvenanceNode<T, S, A>>
TreeNode
TreeNode: HierarchyNode<unknown>
Variables
Const container
container: string = style({alignItems: "center",justifyContent: "center",overflow: "auto",})
Const redoButtonStyle
redoButtonStyle: string = style({backgroundColor:"#768d87",borderRadius:"2px",border:"none",display:"inline-block",cursor:"pointer",color:"#ffffff",fontFamily:"Lato,Helvetica Neue,Arial,Helvetica,sans-serif",fontSize:"14px",padding:"5px 15px",$nest: {"&:hover": {backgroundColor: "#6c7c7c"},"&:disabled": {backgroundColor: "#a8b3b0"},"&:active": {backgroundColor: "#6c7c7c"}}})
Const undoButtonStyle
undoButtonStyle: string = style({backgroundColor:"#768d87",borderRadius:"2px",border:"none",display:"inline-block",cursor:"pointer",color:"#ffffff",fontFamily:"Lato,Helvetica Neue,Arial,Helvetica,sans-serif",fontSize:"14px",padding:"5px 15px",marginRight: "1px",marginLeft: "10px",$nest: {"&:hover": {backgroundColor: "#6c7c7c"},"&:disabled": {backgroundColor: "#a8b3b0"},"&:active": {backgroundColor: "#6c7c7c"}}})