g3-toolkit API Reference
Preparing search index...
core/src
SerializableStyleRule
Interface SerializableStyleRule
The declarative rule subset (no functions, no predicates).
interface
SerializableStyleRule
{
attributes
:
Readonly
<
Partial
<
VisualAttributes
>
>
;
id
:
string
;
selector
?:
{
classAny
?:
readonly
string
[]
;
dataEquals
?:
Readonly
<
Record
<
string
,
string
|
number
|
boolean
>
>
;
dataHas
?:
readonly
string
[]
;
kind
?:
"node"
|
"edge"
;
}
;
}
Index
Properties
attributes
id
selector?
Properties
attributes
attributes
:
Readonly
<
Partial
<
VisualAttributes
>
>
id
id
:
string
Optional
selector
selector
?:
{
classAny
?:
readonly
string
[]
;
dataEquals
?:
Readonly
<
Record
<
string
,
string
|
number
|
boolean
>
>
;
dataHas
?:
readonly
string
[]
;
kind
?:
"node"
|
"edge"
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
id
selector
g3-toolkit API Reference
Loading...
The declarative rule subset (no functions, no predicates).