TreeINFO-For-M365 documentation
    Preparing search index...
    interface MatrixConfigItem {
        dataType: MatrixConfigDataType;
        internalName: string;
        isCondition: boolean;
        isUserField: boolean;
        matrixInternalName: string;
        operator: MatrixConfigOperator;
        staticValue: string;
    }
    Index

    Properties

    internalName: string
    isCondition: boolean
    isUserField: boolean
    matrixInternalName: string
    staticValue: string