novx
    Preparing search index...

    Interface ClientConstraints

    interface ClientConstraints {
        capabilities?: string[] | null;
        maxHeight?: number | null;
        maxWidth?: number | null;
        minHeight?: number | null;
        minWidth?: number | null;
        orientation?: string[] | null;
        platforms?: string[] | null;
        screenSizes?: string[] | null;
    }
    Index

    Properties

    capabilities?: string[] | null
    maxHeight?: number | null
    maxWidth?: number | null
    minHeight?: number | null
    minWidth?: number | null
    orientation?: string[] | null
    platforms?: string[] | null
    screenSizes?: string[] | null