Options
All
  • Public
  • Public/Protected
  • All
Menu

Arguments for EmbeddedMetadata class.

Hierarchy

  • EmbeddedMetadataArgs

Index

Properties

isArray

isArray: boolean

Indicates if this embedded is array or not.

Optional prefix

prefix: string | boolean

Prefix of the embedded, used instead of propertyName. If set to empty string, then prefix is not set at all.

propertyName

propertyName: string

Class's property name to which this column is applied.

target

target: Function

Class to which this column is applied.

type

type: function

Type of the class to be embedded.

Type declaration

    • (type?: any): Function
    • Parameters

      • Optional type: any

      Returns Function

Generated using TypeDoc