Entity is the possibly complex object that TabInput is representing
SelectedType is the type of value that the user has selected: 'Value' | 'Variable' | 'Expression'
Value is either the "value" of the "variable" or the "expression" entered by the user
StaticgetReturns TabInputValue from TabInputModel which is the input for the TabInput component
StaticisChecks if tabInputModel has an entity and a selectedType
to be interrogated
StaticisValidates the model
to validate
StaticsetSets TabInputValue on TabInputModel which is the input for the TabInput component
to update the TabInputValue
the inserted value for the model.
Model to be used in collaboration with tabInputComponent.