Interface: IStringPropertyItemOptions experimental
Beta
Optional properties for String property item
Extends
Properties
enable?
optionalenable?:boolean
Beta
Remarks
Initial enabled state of property item. If undefined, it will default to true.
Inherited from
IPropertyItemOptionsBase.enable
filterProfanity?
optionalfilterProfanity?:boolean
Beta
Remarks
If true, profanity filtering will be applied on blur and a warning modal will be shown. The field value will be cleared if profanity is detected.
hasClearButton?
optionalhasClearButton?:boolean
Beta
Remarks
Shows clear button for the item. If undefined, it will be true.
hiddenLabel?
optionalhiddenLabel?:boolean
Beta
Remarks
If true label text will be hidden. If undefined, the label will be visible by default.
inlineLabel?
optionalinlineLabel?:boolean
Beta
Remarks
Displays label inline. If undefined, it will be true.
multilineHeight?
optionalmultilineHeight?:number
Beta
Remarks
If defined, string will be handled as multiline input.
onChange?
optionalonChange?: (newValue,oldValue) =>void
Beta
Parameters
newValue
string
oldValue
string
Returns
void
Remarks
This callback is called when UI control value is changed.
regexPattern?
optionalregexPattern?:string
Beta
Remarks
Optional regular expression pattern to validate string.
style?
optionalstyle?:PaneItemStyle
Beta
Remarks
Optional styling overrides for the item.
Inherited from
IPropertyItemOptionsBase.style
title?
optionaltitle?:LocalizedString
Beta
Remarks
Localized title of the property item.
tooltip?
optionaltooltip?:BasicTooltipContent
Beta
Remarks
Tooltip description of the property item.
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state of property item. If undefined, it will default to true.
