vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface FlowTextTemplate

    interface FlowTextTemplate {
        description?: string;
        isViewedAsPlainText?: boolean;
        name?: string;
        processMetadataValues?: FlowMetadataValue[];
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    isViewedAsPlainText?: boolean
    name?: string
    processMetadataValues?: FlowMetadataValue[]
    text: string