Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonTypeNameOptions

Decorator options for JsonTypeName.

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

Optional value

value: string

Logical type name for decorated type. If missing (or defined as Empty String), defaults to using class name as the type.

Generated using TypeDoc