Parameters
From Documentation
This article is out of date, please refer to zk-mvvm-book/8.0/syntax/viewmodel/parameters for more up to date information.
You can retrieve value or implicit objects from various context scopes in initial methods (methods with @Init
) and command methods (methods with @Command
) by applying parameter related annotation on these method's parameters. We'll list all parameter related annotations in the following sections.