Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ROBasicObject<TValue>

Same as BasicObject<>, but defines all properties as readonly.

Type parameters

  • TValue

    Type of values, stored in object's readonly properties.

Hierarchy

Indexable

[key: string]: TValue

Same as BasicObject<>, but defines all properties as readonly.

Generated using TypeDoc