Abstract
The constructor.
the response data.
Protected
dataThe response data.
Finds the first metric that matches the given expression. Returns undefined if no match is found.
the first metric that matches the given expression or undefined if no match is found.
the expression to match with the metric.
Finds the metric with the given name. Returns undefined if not found.
the metric with the given name or undefined if not found.
the name of the metric.
whether to ignore the case of the name. True by default.
Finds all the metrics that match the given expression.
an array of the metrics that match the expression.
the expression to match with the metrics.
Generated using TypeDoc
Abstract class for representing a response from a Page Insights request.
Author
Tiago Grosso tiagogrosso99@gmail.com
Since
0.1.0