Home > @microsoft/api-extractor-model > ApiItem > onDeserializeInto
ApiItem.onDeserializeInto() method
Signature:
/** @virtual */
static onDeserializeInto(options: Partial<IApiItemOptions>, context: DeserializerContext, jsonObject: IApiItemJson): void;
Parameters
Parameter | Type | Description |
---|---|---|
options | Partial<IApiItemOptions> | |
context | DeserializerContext | |
jsonObject | IApiItemJson |
Returns:
void