Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateContext<T, C>

Type parameters

  • T

  • C

Hierarchy

Index

Properties

bareData

bareData: any

context

context: C

Http context you use in your application. Usually includes user, locale additional query parameters etc.

data

data: any

entity

entity: T

options

options: any

Options passed to your data manipulation logic. Contains data from (1) context, (2) dynamic options from getOptions and (3) direct options passed on when creating a handler.

safe

safe: false

type

type: UPDATE

write

write: true

Generated using TypeDoc