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

    Interface FlowFormula

    interface FlowFormula {
        dataType?: FlowDataType;
        description?: string;
        expression: string;
        name?: string;
        processMetadataValues?: FlowMetadataValue[];
        scale?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataType?: FlowDataType
    description?: string
    expression: string
    name?: string
    processMetadataValues?: FlowMetadataValue[]
    scale?: number