Type alias FlowScreenRuleAction

FlowScreenRuleAction: FlowBaseElement & {
    attribute: string;
    fieldReference: string;
    value?: FlowElementReferenceOrValue | null;
}

Type declaration