Search
Preparing search index...
The search index is not available
PrimeFaces JavaScript API Docs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
PrimeFaces JavaScript API Docs
node_modules/@types/jqueryui
JQueryUI
Menu
Interface Menu
Hierarchy
Widget
MenuOptions
Menu
Callable
Menu
(
methodName
:
string
)
:
JQuery
<
HTMLElement
>
Menu
(
options
:
WidgetOptions
)
:
JQuery
<
HTMLElement
>
Menu
(
options
:
AccordionOptions
)
:
JQuery
<
HTMLElement
>
Menu
(
optionLiteral
:
string
, optionName
:
string
)
:
any
Menu
(
optionLiteral
:
string
, options
:
WidgetOptions
)
:
any
Menu
(
optionLiteral
:
string
, optionName
:
string
, optionValue
:
any
)
:
JQuery
<
HTMLElement
>
Menu<T>
(
name
:
string
, prototype
:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
)
:
JQuery
<
HTMLElement
>
Menu<T>
(
name
:
string
, base
:
Function
, prototype
:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
)
:
JQuery
<
HTMLElement
>
Parameters
methodName:
string
Returns
JQuery
<
HTMLElement
>
Parameters
options:
WidgetOptions
Returns
JQuery
<
HTMLElement
>
Parameters
options:
AccordionOptions
Returns
JQuery
<
HTMLElement
>
Parameters
optionLiteral:
string
optionName:
string
Returns
any
Parameters
optionLiteral:
string
options:
WidgetOptions
Returns
any
Parameters
optionLiteral:
string
optionName:
string
optionValue:
any
Returns
JQuery
<
HTMLElement
>
Type parameters
T
Parameters
name:
string
prototype:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
Returns
JQuery
<
HTMLElement
>
Type parameters
T
Parameters
name:
string
base:
Function
prototype:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
Returns
JQuery
<
HTMLElement
>
Index
Properties
blur
create
disabled
focus
icons
menus
position
role
select
Properties
Optional
blur
blur
:
undefined
|
MenuEvent
Optional
create
create
:
undefined
|
MenuEvent
Optional
disabled
disabled
:
undefined
|
boolean
Optional
focus
focus
:
undefined
|
MenuEvent
Optional
icons
icons
:
any
Optional
menus
menus
:
undefined
|
string
Optional
position
position
:
any
Optional
role
role
:
undefined
|
string
Optional
select
select
:
undefined
|
MenuEvent
Modules
node_
modules/@types/jqueryui
JQuery
JQueryUI
Menu
blur
create
disabled
focus
icons
menus
position
role
select
Generated using
TypeDoc