device-navigation - v4.5.5
Preparing search index...
NavParams
Type Alias NavParams
NavParams
:
PartialWithUndefined
<
{
disabled
:
boolean
;
group
:
boolean
;
listeners
:
PartialWithUndefined
<
{
activate
:
NavListener
;
focus
:
NavListener
}
,
>
;
x
:
number
;
y
:
number
;
}
,
>
Params for a nav element. This has the following navigation options:
Provide
x
and
y
this element's 2D navigation coordinates.
Provide just
x
to set this element's 1D navigational coordinates.
Set
group: true
to define this element as a group.
Set neither to define this element as a 1D nav entry.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
device-navigation - v4.5.5
Loading...
Params for a nav element. This has the following navigation options:
x
andy
this element's 2D navigation coordinates.x
to set this element's 1D navigational coordinates.group: true
to define this element as a group.