data class SetMediaTextRequest
Request object containing input parameters for the CSSDomain.setMediaText command.
<init> |
Request object containing input parameters for the CSSDomain.setMediaText command. SetMediaTextRequest(styleSheetId: StyleSheetId, range: SourceRange, text: String) |
range |
val range: SourceRange |
styleSheetId |
val styleSheetId: StyleSheetId |
text |
val text: String |