6.3.4 CustomContent.options.props
クライアントの情報を持つオブジェクトです。CustomContent.options.propsのプロパティを次に示します。
項番 |
プロパティ名 |
説明 |
---|---|---|
1 |
CustomContent.options.language |
クライアントの言語種別の情報 |
2 |
CustomContent.options.clientId |
クライアントIdの情報 |
3 |
CustomContent.options.props.title※ |
統合オペレーション・ビューアーで選択したIM管理ノードに関連したtitleの設定情報 |
4 |
CustomContent.options.props.url※ |
統合オペレーション・ビューアーで選択したIM管理ノードに関連したurlの設定情報 |
5 |
CustomContent.options.props.target※ |
統合オペレーション・ビューアーで選択したIM管理ノードに関連したtargetの設定情報 |
6 |
CustomContent.options.props.sid※ |
統合オペレーション・ビューアーで選択したIM管理ノードに関連したsidの設定情報 |
7 |
CustomContent.options.auth.jp1user |
ログインしているJP1ユーザーIdの情報 |
8 |
CustomContent.options.auth.jp1token |
ログインしているJP1ユーザーのJP1トークンの情報 |
9 |
CustomContent.options.auth.token |
クライアントのトークンの情報 |
10 |
CustomContent.options.auth.acl.permissions |
ログインしているJP1ユーザーが保持している権限情報の配列 |
- 注※
-
インテリジェント統合管理基盤定義ファイル(imdd.properties)の次のパラメーターに定義した値が表示されます。
CustomContent.options.propsのプロパティ |
インテリジェント統合管理基盤定義ファイルのパラメーター |
---|---|
CustomContent.options.props.title |
jp1.imdd.gui.settings.contentViews.<custom UI Id>.title |
CustomContent.options.props.url |
jp1.imdd.gui.settings.contentViews.<custom UI Id>.url |
CustomContent.options.props.target |
jp1.imdd.gui.settings.contentViews.<custom UI Id>.target |
CustomContent.options.props.sid |
jp1.imdd.gui.settings.contentViews.<custom UI Id>.sid |