kdriver
Toggle table of contents
0.5.9
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
AffectedByStartingStylesFlagUpdatedParameter
Affected
By
Starting
Styles
Flag
Updated
Parameter
@
Serializable
data
class
AffectedByStartingStylesFlagUpdatedParameter
(
val
nodeId
:
Int
,
val
affectedByStartingStyles
:
Boolean
)
Fired when a node's starting styles changes.
Members
Constructors
Affected
By
Starting
Styles
Flag
Updated
Parameter
Link copied to clipboard
constructor
(
nodeId
:
Int
,
affectedByStartingStyles
:
Boolean
)
Properties
affected
By
Starting
Styles
Link copied to clipboard
val
affectedByStartingStyles
:
Boolean
If the node has starting styles.
node
Id
Link copied to clipboard
val
nodeId
:
Int
The id of the node.