g3-toolkit API Reference
    Preparing search index...

    Interface FilterBuilderProps

    interface FilterBuilderProps {
        className?: string;
        onApply: (matchingNodeIds: Set<string>) => void;
        ugm: UGM;
    }
    Index

    Properties

    className?: string
    onApply: (matchingNodeIds: Set<string>) => void
    ugm: UGM