ixfx
    Preparing search index...

    Type Alias RankOptions

    type RankOptions = {
        emitEqualRanked?: boolean;
        emitRepeatHighest?: boolean;
        includeType?: "string" | "number" | "object" | "boolean";
    }
    Index

    Properties

    emitEqualRanked?: boolean

    If true, also emits values when they rank equal with current highest. false by default

    emitRepeatHighest?: boolean

    If true, emits the current highest value even if it hasn't changed. This means it will match the tempo of the incoming stream.

    includeType?: "string" | "number" | "object" | "boolean"

    If set, only values with this JS type are included