Forest Admin - API reference
    Preparing search index...
    type GenericTreeLeaf = {
        field: string;
        operator: Operator;
        value?: unknown;
    }
    Index

    Properties

    Properties

    field: string
    operator: Operator
    value?: unknown