proposit-core
    Preparing search index...

    Interface TSegmentInstructionConditional

    interface TSegmentInstructionConditional {
        checkLength?: boolean;
        field: string;
        then: TSegmentInstruction[];
        type: "conditional";
    }
    Index

    Properties

    checkLength?: boolean
    field: string
    type: "conditional"