Defines a text flow and all style rules that are applied to it.

interface StructuredTextTextFlowDefinition {
    id: string;
    styleRules: StructuredTextStyleRule[];
}

Properties

Properties

id: string