Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModelOptions

Interface defining the properties for the @Model({})` decorator.

Hierarchy

  • IModelOptions

Index

Properties

Optional cipherKey

cipherKey: function

Returns the cipher key to be used by @Json decorated properties with [[IJsonOption.encrypt]] === true. Provide a function that returns the key as a string. The function will be given the context of this of the model from which it is being called.

Type declaration

    • (): string
    • Returns string

Optional dbConfig

dbConfig: object

The database to which this @Model object is bound

Type declaration

Optional suppressInjection

suppressInjection: string[]

Prevents the injection of CRUD functions (see Model function).

Generated using TypeDoc