Class MultiStepAnnotationToolAbstract

An abstract class to represent any annotation tool with multiple steps to complete annotation.

Hierarchy

Constructors

Properties

changed: Signal<(() => void)> = ...
description: string
disposedStacks: any
inProgressAnnotation: undefined | {
    annotationLayer: AnnotationLayerState;
    disposer: (() => void);
    reference: AnnotationReference;
}
layer: __type<(new (...args: any[]) => UserLayer)> & UserLayer
refCount: number = 1
wasDisposed: undefined | boolean

Accessors

Methods

Generated using TypeDoc