Update Tooltip.d.ts
parent
98f0eb4a7f
commit
a592dabb8a
|
@ -31,7 +31,7 @@ export interface TooltipOptions {
|
||||||
*/
|
*/
|
||||||
class?: string | undefined;
|
class?: string | undefined;
|
||||||
/**
|
/**
|
||||||
* When present, it adds a custom id to the tooltip.
|
* By default the tooltip contents are not rendered as text. Set to true to support html tags in the content.
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
*/
|
*/
|
||||||
escape?: boolean | undefined;
|
escape?: boolean | undefined;
|
||||||
|
|
Loading…
Reference in New Issue