ComponentSetup type
サード パーティ製コンポーネントのインストールのカスタム セットアップ。
type ComponentSetup = CustomSetupBase & {
componentName: string
licenseKey?: SecretBaseUnion
type: "ComponentSetup"
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
サード パーティ製コンポーネントのインストールのカスタム セットアップ。
type ComponentSetup = CustomSetupBase & {
componentName: string
licenseKey?: SecretBaseUnion
type: "ComponentSetup"
}