MAIDR JavaScript API
    Preparing search index...

    Interface TableauExtensionDialogOptions

    Where the dialog page renders, and which API and key it talks to.

    interface TableauExtensionDialogOptions {
        container?: HTMLElement;
        settingsKey?: string;
        extensions?: TableauExtensions;
    }
    Index

    Properties

    container?: HTMLElement

    The element the form is appended to. Defaults to document.body.

    settingsKey?: string

    The settings key. Must match the extension's. Defaults to 'maidr'.

    extensions?: TableauExtensions

    The Extensions API. Defaults to window.tableau.extensions.