kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
ScrollableFlagUpdatedParameter
Scrollable
Flag
Updated
Parameter
@
Serializable
data
class
ScrollableFlagUpdatedParameter
(
val
nodeId
:
Int
,
val
isScrollable
:
Boolean
)
Fired when a node's scrollability state changes.
Members
Constructors
Scrollable
Flag
Updated
Parameter
Link copied to clipboard
constructor
(
nodeId
:
Int
,
isScrollable
:
Boolean
)
Properties
is
Scrollable
Link copied to clipboard
val
isScrollable
:
Boolean
If the node is scrollable.
node
Id
Link copied to clipboard
val
nodeId
:
Int
The id of the node.