Tableau Embedding API
    Preparing search index...

    Interface WorkbookFormatting

    The Workbook formatting contains an array of Formatting sheets. Each of these sheets can be identified by the ClassNameKey and contains the CSS properties needed to mimic the formatting on your workbook.

    interface WorkbookFormatting {
        formattingSheets: FormattingSheet[];
    }
    Index

    Properties

    Properties

    formattingSheets: FormattingSheet[]

    An array of formatting sheets that contain the css properties for a tableau workbook.