Finder aspect ratio

interface AspectRatio {
    height: number;
    width: number;
}

Properties

Properties

height: number

The height component of the aspect ratio.

width: number

The width component of the aspect ratio.