Last date modified: 2025-Jul-02
Interface: ISetting<T>
Class for working with Viewer Settings Card and holding the information
Type Parameters
• T
Properties
defaultValue
defaultValue:
any
Indicates the default value of the Review Setting
handlerFn()
handlerFn: (
val) =>void
Indicates a handler to call when the setting is changed
Parameters
• val: T
Returns
void
loadedValue?
optionalloadedValue:boolean
Indicates last loaded value of the Review Setting
name
name:
string
Indicates the name/label of the setting
note?
optionalnote:ISettingNote
Indicates an optional note to be displayed
status?
optionalstatus:IExtensionComponent
Indicates an optional status to be displayed
type
type:
string
Indicates the type of setting
value
value:
any
Indicates the value of the Review Setting