Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonUnwrappedOptions

Decorator options for JsonUnwrapped.

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 prefix

prefix: string

Property that can be used to add prefix String to use in front of names of properties that are unwrapped: this can be done for example to prevent name collisions.

Optional suffix

suffix: string

Property that can be used to add suffix String to append at the end of names of properties that are unwrapped: this can be done for example to prevent name collisions.

Generated using TypeDoc