messageFromCST() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Convert a CST message structure into its data model representation.
Signature:
export declare function messageFromCST(msg: CST.Message): Model.Message;
Parameters
Parameter | Type | Description |
---|---|---|
msg | CST.Message |
Returns: