InputValueContext

A GlobalContext containing the value of a single input element. Multiple InputValueContexts may be present in Global Contexts at the same time.

graph LR AbstractContext["AbstractContext<span class='properties'>id: string<br /></span>"] --> AbstractGlobalContext; AbstractGlobalContext --> InputValueContext["InputValueContext<span class='properties'>value: string<br /></span>"]; class InputValueContext diagramActive click AbstractGlobalContext "/docs/taxonomy/global-contexts" "See details" _self

Diagram: InputValueContext inheritance

Properties

typedescription
valuestringThe value of the input element.

Inherited Properties

typedescription
idstringA unique string identifier to be combined with the Context Type (_type) for Context instance uniqueness.
setting of properties

The tracker will automatically set all properties when using Tracked Components or Taggers. On manual creation id and value must be provided.