@rendley/sdk - v1.15.19
    Preparing search index...

    Enumeration AutoLayoutMode

    Automatic layout strategies used when the display size changes.

    Index

    Enumeration Members

    Enumeration Members

    BOTH: "both"

    Scale clips by the product of the width and height ratios.

    NONE: "none"

    Leave clips untouched on display resize.

    PREFER_HEIGHT: "prefer-height"

    Scale clips by the height ratio.

    PREFER_WIDTH: "prefer-width"

    Scale clips by the width ratio.