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

    Interface FlowScreenRule

    interface FlowScreenRule {
        conditionLogic?: string;
        conditions?: FlowCondition[];
        label: string;
        processMetadataValues?: FlowMetadataValue[];
        ruleActions?: FlowScreenRuleAction[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    conditionLogic?: string
    conditions?: FlowCondition[]
    label: string
    processMetadataValues?: FlowMetadataValue[]
    ruleActions?: FlowScreenRuleAction[]