amazon-quicksight-embedding-sdk
Version:
JS SDK for embedding Amazon QuickSight
14 lines (13 loc) • 361 B
JavaScript
// @flow
// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
export type EmbeddingOptions = {
url: string,
container: HTMLElement | string,
errorCallback: ?Function,
loadCallback: ?Function,
parameters: ?Object,
width: ?string,
height: ?string,
scrolling: ?string
};