jin-frame / decorators/fields/Cookie / Cookie
Function: Cookie()
Cookie(
_option?): (target,propertyKey) =>void
Defined in: packages/jin-frame/src/decorators/fields/Cookie.ts:10
decorator to set class variable to HTTP Cookie header
Parameters
_option?
Partial<Omit<CookieFieldOption, "type">>
Returns
(
target,propertyKey):void
Parameters
target
object
propertyKey
string | symbol
Returns
void