Tableau Embedding API
    Preparing search index...

    Interface Encoding

    interface Encoding {
        field: FieldInstance;
        fieldEncodingId: string;
        id: string;
        type: EncodingType;
    }
    Index

    Properties

    Field and its properties

    fieldEncodingId: string

    The unique representation of the encodings, This allows to identify the duplicate fields that are added to encodings.

    id: string

    inbuilt encoding type or the custom encoding

    type of the encoding