[]
        
(Showing Draft Content)

Wijmo_React_Nav

wijmo.react.nav Module

Contains React components for the wijmo.nav module.

Variables

Const Accordion

Accordion: React.ForwardRefExoticComponent<AccordionProps>

React component for the wijmo.nav.Accordion control.

The accordion component may contain a wijmo.react.nav.AccordionPane child component.

The component supports all properties and events of the pure JavaScript wijmo.nav.Accordion control it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.

Const AccordionPane

AccordionPane: React.ForwardRefExoticComponent<AccordionPaneProps>

React component for the wijmo.nav.AccordionPane class.

The accordion-pane component should be contained in a wijmo.react.nav.Accordion component.

The component supports all properties and events of the pure JavaScript wijmo.nav.AccordionPane class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.

Const Tab

Tab: React.ForwardRefExoticComponent<TabProps>

React component for the wijmo.nav.Tab class.

The tab component should be contained in a wijmo.react.nav.TabPanel component.

The component supports all properties and events of the pure JavaScript wijmo.nav.Tab class it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.

Const TabPanel

TabPanel: React.ForwardRefExoticComponent<TabPanelProps>

React component for the wijmo.nav.TabPanel control.

The tab-panel component may contain a wijmo.react.nav.Tab child component.

The component supports all properties and events of the pure JavaScript wijmo.nav.TabPanel control it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.

Const TreeView

TreeView: React.ForwardRefExoticComponent<TreeViewProps>

React component for the wijmo.nav.TreeView control.

The component supports all properties and events of the pure JavaScript wijmo.nav.TreeView control it represents.

The component includes an initialized event that is raised when the control is initialized after it is added to the page. You can use this event to perform further initialization in addition to setting properties in JSX. The signature of the handler function is the same as any other Wijmo event handlers.