puppeteer.var_monitor_utils

Undocumented in source.

Members

Aliases

varMonitorDefaultSensorName
alias varMonitorDefaultSensorName(VarMonitorType) = Alias!(to!VarMonitorDefaultSensorName("_" ~ VarMonitorType.stringof))
Undocumented in source.
varMonitorType
alias varMonitorType(VarMonitorTypeCode typeCode) = Alias!(mixin ("Alias!(" ~ to!string(typeCode)[1 .. $] ~ ")"))
Undocumented in source.
varMonitorTypeCode
alias varMonitorTypeCode(VarType) = Alias!(to!VarMonitorTypeCode("_" ~ VarType.stringof))
Undocumented in source.

Enums

VarMonitorTypeCode
enum VarMonitorTypeCode
Undocumented in source.
isVarMonitorTypeSupported
eponymoustemplate isVarMonitorTypeSupported(VarType)
Undocumented in source.

Meta