Search
Preparing search index...
The search index is not available
@web-atoms/core
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"web/styles/AtomTheme"
AtomTheme
Class AtomTheme
Hierarchy
AtomStyleSheet
AtomTheme
Implements
INotifyPropertyChanging
INotifyPropertyChanging
IDisposable
Index
Constructors
constructor
Properties
active
Color
app
bg
Color
color
hover
Color
name
padding
selected
BgColor
selected
Color
style
Element
styles
Methods
attach
create
Named
Style
dispose
get
Named
Style
on
Property
Changing
push
Update
Constructors
constructor
new
Atom
Theme
(
app
:
App
, navigationService
:
NavigationService
)
:
AtomTheme
Parameters
app:
App
navigationService:
NavigationService
Returns
AtomTheme
Properties
active
Color
active
Color
:
ColorItem
= Colors.lightBlue
app
app
:
App
bg
Color
bg
Color
:
ColorItem
= Colors.white
color
color
:
ColorItem
= Colors.gray
hover
Color
hover
Color
:
ColorItem
= Colors.lightGray
name
name
:
string
padding
padding
:
number
= 5
selected
BgColor
selected
BgColor
:
ColorItem
= Colors.blue
selected
Color
selected
Color
:
ColorItem
= Colors.white
style
Element
style
Element
:
any
styles
styles
:
object
Type declaration
[
key:
string
]:
AtomStyle
Methods
attach
attach
(
)
:
void
Returns
void
create
Named
Style
create
Named
Style<T>
(
c
:
IClassOf
<
T
>
, name
:
string
, updateTimeout
?:
number
)
:
T
Type parameters
T
:
AtomStyle
Parameters
c:
IClassOf
<
T
>
name:
string
Optional
updateTimeout:
number
Returns
T
dispose
dispose
(
)
:
void
Returns
void
get
Named
Style
get
Named
Style<T>
(
c
:
IClassOf
<
T
>
)
:
AtomStyle
Type parameters
T
:
AtomStyle
Parameters
c:
IClassOf
<
T
>
Returns
AtomStyle
on
Property
Changing
on
Property
Changing
(
name
:
string
, newValue
:
any
, oldValue
:
any
)
:
void
Parameters
name:
string
newValue:
any
oldValue:
any
Returns
void
push
Update
push
Update
(
delay
?:
number
)
:
void
Parameters
Default value
delay:
number
= 1
Returns
void
Globals
"web/styles/
Atom
Theme"
Atom
Theme
constructor
active
Color
app
bg
Color
color
hover
Color
name
padding
selected
BgColor
selected
Color
style
Element
styles
attach
create
Named
Style
dispose
get
Named
Style
on
Property
Changing
push
Update
Generated using
TypeDoc