Tableau Extensions API
    Preparing search index...

    Interface DialogOptions

    interface DialogOptions {
        dialogStyle?: DialogStyle;
        height?: number;
        width?: number;
    }
    Index

    Properties

    dialogStyle?: DialogStyle

    Specifies the style for the popup dialog.

    1.10.0 and Tableau 2022.4

    height?: number

    Specifies the suggested height (in pixels) of the popup dialog. Not guaranteed to be exactly that height.

    width?: number

    Specifies the suggested width (in pixels) of dialog to display. Not guaranteed to be exactly that width.