record with the fields: 'delay: number (optional)', 'duration: number (optional)', 'type: value equal to: 'text', 'markdown' (optional)', 'value: string (required)'
Constructor | Description |
|
|
Static member | Description |
Full Usage:
TooltipValue.init (value, ?valueType, ?delay, ?duration)
Parameters:
string
?valueType : TooltipValueType
?delay : int
?duration : int
Returns: TooltipValue
|
|