TDirection object¶
The TDirection
object is used in tooltips and hints to declare the position of the element relatively to the trigger component.
type TDirection =
`top-left` |
`top-center` |
`top-right` |
`bottom-left` |
`bottom-center` |
`bottom-right` |
`left-top` |
`left-center` |
`left-bottom` |
`right-top` |
`right-center` |
`right-bottom` |
`center-top` |
`center-right` |
`center-bottom` |
`center-left` |
`top` |
`right` |
`bottom` |
`left`