Interface RequestAssetDetail

アセット読み込み失敗の詳細。

interface RequestAssetDetail {
    failureAssetIds: (string | VectorImageAssetGenerationConfiguration | DynamicAssetConfiguration)[];
}

Properties

Properties

読み込み失敗したアセット ID (またはアセット定義) の配列。