Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonViewOptions

Decorator options for JsonView.

Hierarchy

Index

Properties

Optional contextGroups

contextGroups: string[]

Property that defines whether this decorator is part of a context group or multiple groups.

Optional enabled

enabled: boolean

Property that defines whether this decorator is active or not.

default

true

value

value: () => ClassType<any>[]

A function that returns the view or a list of views that decorated element is part of.

Type declaration

Generated using TypeDoc