Home > scribing > deserializeFlowContentFromText
Deserializes flow content from the specified plain text string
Signature:
export declare function deserializeFlowContentFromText(text: string): FlowContent;
Parameter | Type | Description |
---|---|---|
text | string | The plain text string that shall be deserialized |
Returns:
Flow content