EmulateMediaTypeResponse
Response returned after emulating a CSS media type
type EmulateMediaTypeResponse {
type: String
time: Float
}
Fields
EmulateMediaTypeResponse.type ● String scalar
The media type that was emulated
EmulateMediaTypeResponse.time ● Float scalar
The period of time elapsed, in milliseconds
Returned By
emulateMediaType mutation