@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface RuleParameter

    interface RuleParameter {
        $CreationOptions?: RuleParameterCreationOptions;
        $ID: string;
        $Type: "Microflows$RuleParameter";
        name: string;
        parameterType: DataType;
        delete(): void;
        getContainer(): Rule;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: RuleParameterCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Microflows$RuleParameter"

    The type of the element.

    name: string
    parameterType: DataType

    Methods

    • Returns void