73ca94fe66
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
191 B
191 B
sidebar_label |
---|
BoundingBox.height |
BoundingBox.height property
the height of the element in pixels.
Signature:
interface BoundingBox {
height: number;
}