tooltip errors in d.ts
parent
54b16a1c84
commit
776667ba27
|
@ -11,13 +11,13 @@ export interface DockTooltipOptions {
|
||||||
* Event to show the tooltip, valid values are hover and focus.
|
* Event to show the tooltip, valid values are hover and focus.
|
||||||
* @see DockTooltipEventType
|
* @see DockTooltipEventType
|
||||||
*/
|
*/
|
||||||
event: DockTooltipEventType;
|
event: string;
|
||||||
/**
|
/**
|
||||||
* Position of element.
|
* Position of element.
|
||||||
* @see DockPositionType
|
* @see DockPositionType
|
||||||
* Default value is 'bottom'.
|
* Default value is 'bottom'.
|
||||||
*/
|
*/
|
||||||
position: DockPositionType;
|
position: string;
|
||||||
/**
|
/**
|
||||||
* Optional options.
|
* Optional options.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -15,13 +15,13 @@ export interface SpeedDialTooltipOptions {
|
||||||
* Event to show the tooltip, valid values are hover and focus.
|
* Event to show the tooltip, valid values are hover and focus.
|
||||||
* @see SpeedDialTooltipEventType
|
* @see SpeedDialTooltipEventType
|
||||||
*/
|
*/
|
||||||
event: SpeedDialTooltipEventType;
|
event: string;
|
||||||
/**
|
/**
|
||||||
* Position of element.
|
* Position of element.
|
||||||
* @see SpeedDialTooltipPositionType
|
* @see SpeedDialTooltipPositionType
|
||||||
* Default value is 'bottom'.
|
* Default value is 'bottom'.
|
||||||
*/
|
*/
|
||||||
position: SpeedDialTooltipPositionType;
|
position: string;
|
||||||
/**
|
/**
|
||||||
* Optional options.
|
* Optional options.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue