次の方法で共有


powerbi-client package

クラス

AdvancedFilterBuilder

Power BI Advanced フィルター ビルダー コンポーネント

BasicFilterBuilder

Power BI Basic フィルター ビルダー コンポーネント

FilterBuilder

BasicFilter、AdvancedFilter、RelativeDate、RelativeTime、TopN の汎用フィルター ビルダー

RelativeDateFilterBuilder

Power BI 相対日付フィルター ビルダー コンポーネント

RelativeTimeFilterBuilder

Power BI 相対時間フィルター ビルダー コンポーネント

TopNFilterBuilder

Power BI Top N フィルター ビルダー コンポーネント

BookmarksManager

レポートのブックマークを管理します。

Create

Power BI レポート作成者コンポーネント

Dashboard

Power BI ダッシュボード埋め込みコンポーネント

Page

Power BI レポート ページ

Qna

Power BI Q&A 埋め込みコンポーネント

QuickCreate

Power BI クイック作成コンポーネント

Report

Power BI レポート埋め込みコンポーネント

Service

Power BI サービス埋め込みコンポーネント。これは、他のすべての Power BI コンポーネントをアプリケーションに埋め込むエントリ ポイントです

Tile

Power BI タイル埋め込みコンポーネント

MIMEParams

MIMEParams API は、MIMETypeのパラメーターに対する読み取りと書き込みのアクセスを提供します。

MIMEType

MIMEType クラスの実装。

ブラウザー規則に従って、MIMEType オブジェクトのすべてのプロパティは、オブジェクト自体のデータ プロパティとしてではなく、クラス プロトタイプのゲッターとセッターとして実装されます。

MIME 文字列は、複数の意味のあるコンポーネントを含む構造化文字列です。 解析すると、これらの各コンポーネントのプロパティを含む MIMEType オブジェクトが返されます。

TextDecoder

WHATWG Encoding StandardTextDecoder API の実装。

const decoder = new TextDecoder();
const u8arr = new Uint8Array([72, 101, 108, 108, 111]);
console.log(decoder.decode(u8arr)); // Hello
TextEncoder

WHATWG Encoding StandardTextEncoder API の実装。 TextEncoder のすべてのインスタンスでは、UTF-8 エンコードのみがサポートされます。

const encoder = new TextEncoder();
const uint8array = encoder.encode('this is some data');

TextEncoder クラスは、グローバル オブジェクトでも使用できます。

Visual

Power BI ビジュアル埋め込みコンポーネント

VisualDescriptor

ページ内の Power BI ビジュアル

インターフェイス

IBookmarksManager

レポート ブックマークを管理するための API。

IDashboardNode

ダッシュボード階層内のダッシュボード ノード

IFilterable

フィルターをサポートする埋め込みコンポーネントを装飾する 例: レポートとページ

IPageNode

レポート階層内のページ ノード

IReportNode

レポート階層内のレポート ノード

IDebugOptions
IEvent
IPowerBiElement
IService
IServiceConfiguration
CallSiteObject
CustomPromisifyLegacy
CustomPromisifySymbol
DebugLogger
EncodeIntoResult
InspectOptions
InspectOptionsStylized
IsDeepStrictEqualOptions
ParseArgsConfig
ParseArgsOptionDescriptor
ParseArgsOptionsConfig
StyleTextOptions
IVisualNode

レポート階層内のビジュアル ノード

Document

ブラウザーに読み込まれ、Web ページのコンテンツ (DOM ツリー) へのエントリ ポイントとして機能するすべての Web ページ。

HTMLIFrameElement

インライン フレーム要素のレイアウトと表示を操作するための特別なプロパティとメソッド (継承によって使用できる HTMLElement インターフェイス以外) を提供します。

Window

DOM ドキュメントを含むウィンドウ。ドキュメント プロパティは、そのウィンドウに読み込まれた DOM ドキュメントを指します。

型エイリアス

IBootstrapEmbedConfiguration
IDashboardEmbedConfiguration
IEmbedConfiguration
IEmbedConfigurationBase
IEmbedSettings
ILocaleSettings
IQnaEmbedConfiguration
IQnaSettings
IQuickCreateConfiguration
IReportCreateConfiguration
IReportEmbedConfiguration
ITileEmbedConfiguration
IVisualEmbedConfiguration
IComponentEmbedConfiguration
CustomInspectFunction
CustomPromisify
DebugLoggerFunction
DiffEntry
ParseArgsOptionsType

parseArgs で使用される引数の型。

Style