Interface AsyncAnnotationViewParsingResults

Represents an AnnotationRendererInterface annotations wait promise result.


3D Rendering

interface AsyncAnnotationViewParsingResults {
    error: InfiniteError;
    reason: AsyncResultReason;
    value?: AnnotationViewParsingResultInterface[];
}

Properties

Properties

The error in case of bad input.

The reason for the end of the promise.

The returned value of the promise. Undefined if the call failed.