Tableau Embedding API
    Preparing search index...

    Interface WebComponentLocalSettings

    User supplied options that do not get passed as request parameters to load a Tableau viz, Tableau askdata

    interface WebComponentLocalSettings {
        height?: string | number;
        src?: null | string;
        width?: string | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height?: string | number

    Represents height in pixels Can be any valid CSS size specifier. If not specified, defaults to the published height of the view.

    src?: null | string

    The viz src

    width?: string | number

    Represents width in pixels Can be any valid CSS size specifier. If not specified, defaults to the published width of the view.