ReadonlyJSONObject | @lumino (original) (raw)

Interface ReadonlyJSONObject

A type definition for a readonly JSON object.

interface ReadonlyJSONObject {
[key: string]: ReadonlyJSONValue;
}

Indexable

[key: string]: ReadonlyJSONValue