@adviser/cement - v0.0.0
    Preparing search index...

    Interface OnSetItem

    interface OnSetItem {
        filter: Set<string>;
        fn: OnSetFn;
    }
    Index

    Properties

    Properties

    filter: Set<string>
    fn: OnSetFn