Type Alias: StringModelProperty
StringModelProperty =
ModelProperty
<ViewModelInstanceString
,string
>
Defined in: ui/properties/string-model-property.ts:8
Represents a model property that holds a string value. This is used to define properties in a view model that can take on string values.