Vinyl
    Preparing search index...

    Interface UaDeviceInfo

    Device information from the user agent.

    interface UaDeviceInfo {
        model: null | string;
        type: null | string;
        vendor: null | string;
    }
    Index

    Properties

    Properties

    model: null | string
    type: null | string
    vendor: null | string