hoshimi
    Preparing search index...

    Interface FreqSettings

    The settings for frequency-based filters.

    interface FreqSettings {
        depth?: number;
        frequency?: number;
    }
    Index

    Properties

    Properties

    depth?: number

    The depth of the filter.

    frequency?: number

    The frequency of the filter.