This object defines dimension which can be used for defining Size of background images.

MatterSpecification.v13.Cluster § 6.7.5.8

interface Dimension {
    height: number;
    metric: ContentLauncher.MetricType;
    width: number;
}

Hierarchy (view full)

Properties

Properties

height: number

This field shall indicate the height using the metric defined in Metric

MatterSpecification.v13.Cluster § 6.7.5.8.2

This field shall indicate metric used for defining Height/Width.

MatterSpecification.v13.Cluster § 6.7.5.8.3

width: number

This field shall indicate the width using the metric defined in Metric

MatterSpecification.v13.Cluster § 6.7.5.8.1