g3-toolkit API Reference
    Preparing search index...

    Interface ChannelEncoding<S>

    interface ChannelEncoding<S> {
        driver?: string;
        scale: S;
    }

    Type Parameters

    • S
    Index

    Properties

    Properties

    driver?: string

    Attribute key driving the scale; "fixed" scales ignore it.

    scale: S