Interface AsyncAnnotationResult

Represents an AnnotationGetterInterface request promise result.


Data Retrievers

interface AsyncAnnotationResult {
    reason: AsyncResultReason;
    value?: AnnotationResultInterface[];
}

Properties

Properties

The reason for the end of the promise.

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