CreateStyleSheetParameter

@Serializable
data class CreateStyleSheetParameter(val frameId: String, val force: Boolean? = null)

Constructors

Link copied to clipboard
constructor(frameId: String, force: Boolean? = null)

Properties

Link copied to clipboard
val force: Boolean? = null

If true, creates a new stylesheet for every call. If false, returns a stylesheet previously created by a call with force=false for the frame's document if it exists or creates a new stylesheet (default: false).

Link copied to clipboard

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