web-csv-toolbox
    Preparing search index...

    Interface FieldToken

    Field token type.

    interface FieldToken {
        location: TokenLocation;
        type: typeof Field;
        value: string;
    }
    Index

    Properties

    Properties

    location: TokenLocation
    type: typeof Field
    value: string