HintProps
Represents the props of the KendoReact Hint component.
className?
string
Sets a class of the Hint DOM element.
direction?
"start" | "end"
Spcifies the alignment of the Hint text.
The possible values are:
*(Default) start
end
id?
string
Represents the id of the Hint element.
The value should be set to the editor ariaDescribedBy
property.
style?
CSSProperties
The styles that are applied to the Hint.