Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonAppendOptions

Decorator options for JsonAppend.

Hierarchy

Index

Properties

Optional attrs

Set of attribute-backed properties to include when serializing.

default

[]

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 prepend

prepend: boolean

Indicator used to determine whether properties defined are to be appended after (false) or prepended before (true) regular properties.

default

false

Generated using TypeDoc