Lines Matching refs:Property
78 Property 'state_value' is private and can not be initialized through the component constructor.
79 Property 'prop_value' is private and can not be initialized through the component constructor.
80 Property 'provide_value' is private and can not be initialized through the component constructor.
81 Property 'builder_value' is private and can not be initialized through the component constructor.
82 Property 'regular_value' is private and can not be initialized through the component constructor.
120 Property 'local_prop_value' can not be decorated with both @LocalStorageProp and public.
121 Property 'local_link_value' can not be decorated with both @LocalStorageLink and public.
122 Property 'storage_prop_value' can not be decorated with both @StorageProp and public.
123 Property 'storage_link_value' can not be decorated with both @StorageLink and public.
124 Property 'consume_value' can not be decorated with both @Consume and public.
164 Property 'link_value' can not be decorated with both @Link and private.
165 Property 'objectLink_value' can not be decorated with both @ObjectLink and private.
230 Property 'prop_value' can not be decorated with both @Require and private.
231 Property 'prop_value' is private and can not be initialized through the component constructor.