decorators in model #1873
Unanswered
sasha172017
asked this question in
Help
Replies: 1 comment 1 reply
-
This has to do with Adonis. Decorators is an Javascript/Typescript thing and by following the typescript docs on decorators, you should be able to create and use them |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is inpossible make custom decorator for property in model? And do pass hookbeforeSave or beforeFind in custom decorator? this be would very nice, thank)
for example
@Upload('folder')
@translate('ru')
@column()
public name: string
Beta Was this translation helpful? Give feedback.
All reactions