Search
Preparing search index...
The search index is not available
@web-atoms/core
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"web/styles/AtomStyleSheet"
AtomStyleSheet
Class AtomStyleSheet
Hierarchy
AtomStyleSheet
AtomTheme
Implements
INotifyPropertyChanging
Index
Constructors
constructor
Properties
app
name
style
Element
styles
Methods
attach
create
Named
Style
dispose
get
Named
Style
on
Property
Changing
push
Update
Constructors
constructor
new
Atom
Style
Sheet
(
app
:
App
, name
:
string
)
:
AtomStyleSheet
Parameters
app:
App
name:
string
Returns
AtomStyleSheet
Properties
app
app
:
App
name
name
:
string
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
Style
Sheet"
Atom
Style
Sheet
constructor
app
name
style
Element
styles
attach
create
Named
Style
dispose
get
Named
Style
on
Property
Changing
push
Update
Generated using
TypeDoc