Function getOtherAspectRatios

Returns a list of AspectRatios that are not covered by the given aspect ratio specification. See OnLayoutOptions for accepted formats.

Returns an empty for "" or for a specification that includes all aspect ratios.

  • Parameters

    • aspectR: AspectRatioSpec | ("square" | "very-tall" | "tall" | "wide" | "very-wide")[]

    Returns ("square" | "very-tall" | "tall" | "wide" | "very-wide")[]