Interface AsyncPartInstanceMatrixResult

Represents an PartInstanceMatrixGetterInterface request promise result.


Data Retrievers

interface AsyncPartInstanceMatrixResult {
    reason: AsyncResultReason;
    value?: PartInstanceMatrixResultInterface[];
}

Properties

Properties

The reason for the end of the promise.

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