ConfigurationContent interface
プロパティ
device |
すべてのデバイスの構成。 |
module |
デバイス モジュールの構成 |
modules |
エッジ モジュールの構成。 |
プロパティの詳細
deviceContent
すべてのデバイスの構成。
deviceContent?: {[key: string]: Object}
プロパティ値
{[key: string]: Object}
moduleContent
デバイス モジュールの構成
moduleContent?: {[key: string]: Object}
プロパティ値
{[key: string]: Object}
modulesContent
エッジ モジュールの構成。
modulesContent?: {[key: string]: Object}
プロパティ値
{[key: string]: Object}