Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContext

Passed to things like toJson. If you pass an object as context toJson (for example), the full content of the context object is passed to things like @Json({toJson}) and methods decorated with @ToJson.

context: the context to apply (if not provided, the context is set to default). projection: defines how resulting json should be projected from things like toJson.

Hierarchy

  • IContext

Indexable

[key: string]: any

Passed to things like toJson. If you pass an object as context toJson (for example), the full content of the context object is passed to things like @Json({toJson}) and methods decorated with @ToJson.

context: the context to apply (if not provided, the context is set to default). projection: defines how resulting json should be projected from things like toJson.

Index

Properties

Properties

Optional context

context: string

Optional projection

projection: IProjection

Generated using TypeDoc