MenuItemLinkProps
Interface
The properties of the KendoReact MenuItemLink component.
Definition
Package:@progress/kendo-react-layout
Properties
children?
ReactNode
Determines the children nodes.
className?
string
Sets additional classes to the component.
id?
string
Sets the id property of the top div element of the component.
opened
boolean
Specifies whether the MenuItemLink component is opened.
style?
CSSProperties
Sets additional CSS styles to the component.
url?
string
Sets the URL of the MenuItemLink component.