proposit-core
    Preparing search index...

    Type Alias TExpressionUpdate

    Fields that may be updated on an existing expression.

    type TExpressionUpdate = {
        operator?: TCoreLogicalOperatorType;
        position?: number;
        variableId?: string;
    }
    Index

    Properties

    position?: number
    variableId?: string