Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonSubTypeOptions

Subtypes of the decorated type with JsonSubTypes.

Hierarchy

Index

Properties

class

class: () => ClassType<any>

A function that returns the JavaScript Class of the subtype.

Type declaration

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 name

name: string

Logical type name used as the type identifier for the class.

Generated using TypeDoc