Skip to main content

Module binding

Module binding 

Source

Structs§

Binding
Represents a parsed binding expression like ${state.user.name} or ${item.name}

Enums§

BindingSource
The source of a binding (state, item, or data source)

Functions§

parse_binding
Parse a binding string like “${state.user.name}” or “${item.name}” into a Binding.