Type Alias: ICollectionTreeEntryStringItemParams experimental
ICollectionTreeEntryStringItemParams =
object
Beta
Parameters to create string field in a collection tree entry
Properties
enabled?
optionalenabled?:boolean
onChange?
optionalonChange?: (newValue,oldValue,item) =>void
Parameters
newValue
string
oldValue
string
item
ICollectionTreeEntryStringItem
Returns
void
title?
optionaltitle?:LocalizedString
tooltip?
optionaltooltip?:BasicTooltipContent
value
value:
IObservableProp<string>
visible?
optionalvisible?:boolean
