@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface FilterItemProps {
        elements: string[];
        stateChange: (
            state: FilterPartialState,
            prevState: FilterPartialState,
        ) => void;
    }
    Index

    Properties

    elements: string[]
    stateChange: (state: FilterPartialState, prevState: FilterPartialState) => void