Home > @microsoft/api-extractor-model > IApiItemConstructor
IApiItemConstructor interface
This abstraction is used by the mixin pattern. It describes a class type that inherits from ApiItem.
Signature:
export interface IApiItemConstructor extends Constructor<ApiItem>, PropertiesOf<typeof ApiItem>
Extends: Constructor<ApiItem>, PropertiesOf<typeof ApiItem>