TabsDeviceType

Type Alias TabsDeviceType 

Source
pub type TabsDeviceType = DeviceType;

Aliased Type§

pub enum TabsDeviceType {
    Desktop,
    Mobile,
    Tablet,
    VR,
    TV,
    Unknown,
}

Variants§

§

Desktop

§

Mobile

§

Tablet

§

VR

§

TV

§

Unknown