Skip to content

Commit

Permalink
docs(tooltip): add 'context' property to README #1710
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacho committed Sep 28, 2018
1 parent 9413b90 commit 621e9e0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ While the tooltip's default behavior is to show when its target is hovered and h

## IgxTooltipDirective

Since the **IgxTooltip** directive extends the **IgxToggle** directive and there is no specific functionality it adds apart from some styling classes and attributes, you can refer to the [IgxToggle API](https://github.com/IgniteUI/igniteui-angular/blob/master/projects/igniteui-angular/src/lib/directives/toggle/README.md) for additional details.
### Properties
| Name | Type | Description |
| :--- |:--- | :--- |
| context | any | Specifies the context of the tooltip. (Used to store and access any tooltip related data.) |

Since the **IgxTooltip** directive extends the **IgxToggle** directive and there is no specific functionality it adds apart from some styling classes and attributes in combination with the properties from above, you can refer to the [IgxToggle API](https://github.com/IgniteUI/igniteui-angular/blob/master/projects/igniteui-angular/src/lib/directives/toggle/README.md) for additional details.

## IgxTooltipTargetDirective

Expand Down

0 comments on commit 621e9e0

Please sign in to comment.