Tableau Extensions API
    Preparing search index...

    Interface Encoding

    1.11.0 Represents a single field and its associated encoding on a marks card

    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.

    1.13.0

    id: string

    inbuilt encoding type or the custom encoding

    type of the encoding