TlvDimension: ObjectSchema<{
    height: FieldType<number>;
    metric: FieldType<ContentLauncher.MetricType>;
    width: FieldType<number>;
}> = ...

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

Type declaration

  • height: FieldType<number>

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

    MatterSpecification.v13.Cluster § 6.7.5.8.2

  • metric: FieldType<ContentLauncher.MetricType>

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

    MatterSpecification.v13.Cluster § 6.7.5.8.3

  • width: FieldType<number>

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

    MatterSpecification.v13.Cluster § 6.7.5.8.1

MatterSpecification.v13.Cluster § 6.7.5.8