ReadonlyJSONObject | @lumino (original) (raw)
Interface ReadonlyJSONObject
A type definition for a readonly JSON object.
interface ReadonlyJSONObject {
[key: string]: ReadonlyJSONValue;
}
Indexable
[key: string]: ReadonlyJSONValue
A type definition for a readonly JSON object.
interface ReadonlyJSONObject {
[key: string]: ReadonlyJSONValue;
}
[key: string]: ReadonlyJSONValue