Tableau Embedding API
    Preparing search index...

    Interface MarkInfo

    Represents a mark in a worksheet.

    interface MarkInfo {
        color: string;
        tupleId?: number;
        type: MarkType;
    }
    Index

    Properties

    Properties

    color: string

    The RGBA value of this mark.

    tupleId?: number

    Unique tuple representing this mark in a drawn visualization.

    type: MarkType

    The type of this mark.