Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 658 Bytes

scribing.deserializeflowcontentfromtext.md

File metadata and controls

26 lines (15 loc) · 658 Bytes

Home > scribing > deserializeFlowContentFromText

deserializeFlowContentFromText() function

Deserializes flow content from the specified plain text string

Signature:

export declare function deserializeFlowContentFromText(text: string): FlowContent;

Parameters

Parameter Type Description
text string The plain text string that shall be deserialized

Returns:

FlowContent

Flow content