MAIDR Documentation - v4.4.0
    Preparing search index...

    Interface TableauEncoding

    One field on one encoding of a marks card.

    Mirrors Encoding in ExternalContract/Shared/VisualModelInterface.d.ts.

    interface TableauEncoding {
        id: string;
        fieldEncodingId: string;
        type: TableauEncodingType;
        field: TableauFieldInstance;
    }
    Index

    Properties

    id: string

    The built-in encoding type, or the name of the custom encoding.

    fieldEncodingId: string

    Distinguishes duplicate fields dropped on the same encoding.