Hierarchy

Implemented by

Properties

baseSegmentColoring: WatchableValueInterface<boolean>
filterBySegmentLabel: ((id: Uint64) => void)

Type declaration

hideSegmentZero: WatchableValueInterface<boolean>
moveToSegment: ((id: Uint64) => void)

Type declaration

segmentColorHash: WatchableValueInterface<number>
segmentDefaultColor: WatchableValueInterface<undefined | vec3>
segmentSelectionState: SegmentSelectionState
segmentStatedColors: WatchableValueInterface<Uint64Map>
selectSegment: ((id: Uint64, pin: boolean | "toggle") => void)

Type declaration

    • (id: Uint64, pin: boolean | "toggle"): void
    • Parameters

      • id: Uint64
      • pin: boolean | "toggle"

      Returns void

Generated using TypeDoc