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