g3-toolkit API Reference
    Preparing search index...

    Interface FilterGroup

    interface FilterGroup {
        filters: (PropertyFilter | FilterGroup)[];
        logic: "and" | "or";
    }
    Index

    Properties

    Properties

    logic: "and" | "or"