getOtherDevices( device: DeviceSpec | (
"mobile" | "mobile-wide" | "tablet" | "desktop")
[],): (
"mobile" | "mobile-wide" | "tablet" | "desktop")
[] Parameters
- device: DeviceSpec | ("mobile" | "mobile-wide" | "tablet" | "desktop")[]
Returns ("mobile" | "mobile-wide" | "tablet" | "desktop")[]
Returns a list of Devices that are not covered by the given device specification. See OnLayoutOptions for accepted formats.
Returns an empty for "" or for a specification that includes all devices.