New to Kendo UI for Angular? Start a free 30-day trial
HintSettings
Represents additional configuration options for the hint element of the DragTarget and DragTargetContainer directives.
Name | Type | Default | Description |
---|---|---|---|
appendTo? |
|
Controls the hint container. By default, the hint will be appended to the document body. | |
hintClass? |
|
The CSS classes that will be rendered on the hint host element when the default hint is utilized. Supports the type of values that are supported by ngClass. | |
hintTemplate? |
|
Renders the passed template as a hint of the current DragTarget. |