This message was deleted.
# community-support
s
This message was deleted.
c
Those aren’t properties, they are generated accessors for the tasks collection for specific, named tasks.
thank you 1
x
Oh, I see. So these accessors can be provided by applying some plugin, I guess
c
plugins, registering tasks, etc. will generate accessors.
tbh I don’t use the tasks accessors myself - prefer
tasks.named<Test>("test")
, for example.
👍 1
x
I find
tasks.named<Test>("test")
to be more explicit too. Thanks @Chris Lee!
👍 1