SetMediaTextRequest

@Serializable
data class SetMediaTextRequest(val styleSheetId: StyleSheetId, val range: SourceRange, val text: String)(source)

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

Constructors

Link copied to clipboard
constructor(styleSheetId: StyleSheetId, range: SourceRange, text: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard