HintSettings
Interface
Represents additional configuration options for the hint element of the DragTarget and DragTargetContainer directives.
Definition
Package:@progress/kendo-angular-utils
Properties
appendTo?
ViewContainerRef
Controls the hint container. By default, the hint is appended to the document body.
hintClass?
any
Sets the CSS classes for the hint host element when using the default hint. Supports values accepted by ngClass.
hintTemplate?
TemplateRef<any>
Renders the given template as a hint for the current drag target.