Interface AsyncDocumentIdConverterResultInterfaceResult

Represents a document id conversion promise result.


Converters

interface AsyncDocumentIdConverterResultInterfaceResult {
    reason: AsyncResultReason;
    value?: DocumentIdConverterResultInterface[];
}

Properties

Properties

The reason for the end of the promise.

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