interface TextMetric {
    data: string;
    type: MetricType;
}

Hierarchy (View Summary)

Properties

Properties

data: string