Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor-model > IResolveDeclarationReferenceResult

IResolveDeclarationReferenceResult interface

Result object for ApiModel.resolveDeclarationReference().

Signature:

export interface IResolveDeclarationReferenceResult 

Properties

PropertyModifiersTypeDescription
errorMessagestring | undefinedIf resolvedApiItem is undefined, then this will always contain an error message explaining why the resolution failed.
resolvedApiItemApiItem | undefinedThe referenced ApiItem, if the declaration reference could be resolved.