跳转到内容

JsonResult

此内容尚不支持你的语言。

Defined in: asset/AssetLoader.ts:92

A data asset’s parsed document. T is the caller’s claim about the file’s shape — the loader parses, it does not validate, so a wrong claim is a wrong claim about untyped JSON exactly as JSON.parse would give.

T = unknown

data: T

Defined in: asset/AssetLoader.ts:93