Typescript SDK Type Docs
    Preparing search index...

    Interface AssetDimensions

    The width and height of the Asset Source.

    interface AssetDimensions {
        h: number;
        w: number;
    }
    Index

    Properties

    h w

    Properties

    h: number

    The height of the asset source.

    w: number

    The width of the asset source.