gbox-sdk
    Preparing search index...

    Interface BoxDisplayResponse

    Box display

    interface BoxDisplayResponse {
        orientation:
            | "portrait"
            | "landscapeLeft"
            | "portraitUpsideDown"
            | "landscapeRight";
        resolution: Resolution;
    }
    Index

    Properties

    orientation:
        | "portrait"
        | "landscapeLeft"
        | "portraitUpsideDown"
        | "landscapeRight"

    Orientation of the box

    resolution: Resolution

    Resolution configuration