AutoBE
    Preparing search index...

    Pixel dimensions used for image resize requests.

    interface Size {
        height: number & Type<"uint32">;
        width: number & Type<"uint32">;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number & Type<"uint32">

    Height in pixels.

    width: number & Type<"uint32">

    Width in pixels.