Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: inherited

...

You may set a default value for optional parameters using the value element of the @Parameter annotation. In the Count component above, the start parameter has a default value of 1. That value is used unless the start parameter is bound, in which case, the bound value supersedes the default. AnchorInherited_Parameter_BindingsInherited_Parameter_Bindings

Parameter Binding Defaults

...