Function getOtherDevices

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.

  • Parameters

    • device: DeviceSpec | ("mobile" | "mobile-wide" | "tablet" | "desktop")[]

    Returns ("mobile" | "mobile-wide" | "tablet" | "desktop")[]