MAIDR JavaScript API
    Preparing search index...

    Type Alias TableauSettingsResult

    TableauSettingsResult:
        | { options: TableauAdapterOptions; error?: undefined }
        | { options?: undefined; error: string }

    The result of reading a setting: options, or the reason there are none.