CreateStyleSheetRequest

@Serializable
data class CreateStyleSheetRequest(val frameId: FrameId)

Request object containing input parameters for the CSSDomain.createStyleSheet command.

Constructors

Link copied to clipboard
constructor(frameId: FrameId)

Properties

Link copied to clipboard

Identifier of the frame where "via-inspector" stylesheet should be created.