@refinio/one.ui
Preparing search index...
ui/components/appBar/AppBar
AppBarData
Type Alias AppBarData
The structure of the object saved in the context
type
AppBarData
=
{
_loaded
?:
boolean
;
debugStatistic
?:
boolean
;
hide
?:
boolean
;
isAltClick
?:
boolean
;
isLeftBtnClicked
:
boolean
;
isRightBtnClicked
:
boolean
;
isShiftClick
?:
boolean
;
leftBtnCallback
?:
(
options
:
BtnCallbackOptions
)
=>
void
;
mode
:
AppBarMode
;
rightBtnCallback
?:
(
options
:
BtnCallbackOptions
)
=>
void
;
title
:
string
;
}
Index
Properties
_
loaded?
debug
Statistic?
hide?
is
Alt
Click?
is
Left
Btn
Clicked
is
Right
Btn
Clicked
is
Shift
Click?
left
Btn
Callback?
mode
right
Btn
Callback?
title
Properties
Optional
_
loaded
_loaded
?:
boolean
Optional
debug
Statistic
debugStatistic
?:
boolean
Optional
hide
hide
?:
boolean
Optional
is
Alt
Click
isAltClick
?:
boolean
is
Left
Btn
Clicked
isLeftBtnClicked
:
boolean
is
Right
Btn
Clicked
isRightBtnClicked
:
boolean
Optional
is
Shift
Click
isShiftClick
?:
boolean
Optional
left
Btn
Callback
leftBtnCallback
?:
(
options
:
BtnCallbackOptions
)
=>
void
mode
mode
:
AppBarMode
Optional
right
Btn
Callback
rightBtnCallback
?:
(
options
:
BtnCallbackOptions
)
=>
void
title
title
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
loaded
debug
Statistic
hide
is
Alt
Click
is
Left
Btn
Clicked
is
Right
Btn
Clicked
is
Shift
Click
left
Btn
Callback
mode
right
Btn
Callback
title
@refinio/one.ui
Loading...
The structure of the object saved in the context