Home > @microsoft/api-extractor-model > ApiPropertyItem > serializeInto
ApiPropertyItem.serializeInto() method
Signature:
/** @override */
serializeInto(jsonObject: Partial<IApiPropertyItemJson>): void;
Parameters
Parameter | Type | Description |
---|---|---|
jsonObject | Partial<IApiPropertyItemJson> |
Returns:
void