Search
Preparing search index...
The search index is not available
LineUpJS - v4.6.2
Options
All
Public
Public/Protected
All
Inherited
Menu
LineUpJS - v4.6.2
src
SidePanel
Class SidePanel
Hierarchy
SidePanel
Index
Constructors
constructor
Properties
node
Accessors
collapsed
Methods
destroy
update
Constructors
constructor
new
Side
Panel
(
ctx
:
Readonly
<
IRankingHeaderContextContainer
>
, document
:
Document
, options
?:
Partial
<
ISidePanelOptions
>
)
:
SidePanel
Parameters
ctx:
Readonly
<
IRankingHeaderContextContainer
>
document:
Document
options:
Partial
<
ISidePanelOptions
>
= {}
Returns
SidePanel
Properties
Readonly
node
node
:
HTMLElement
Accessors
collapsed
get
collapsed
(
)
:
boolean
set
collapsed
(
value
:
boolean
)
:
void
Returns
boolean
Parameters
value:
boolean
Returns
void
Methods
destroy
destroy
(
)
:
void
Returns
void
update
update
(
ctx
:
Readonly
<
IRankingHeaderContextContainer
>
)
:
void
Parameters
ctx:
Readonly
<
IRankingHeaderContextContainer
>
Returns
void
Modules
src
builder
Adapter
renderer
Classes
renderer
Utils
tsd
Side
Panel
constructor
node
collapsed
destroy
update