BreakpointCondition

constructor(condition1: BreakpointCondition, condition2: BreakpointCondition)(source)

Creates a condition that triggers when either @condition_1 or @condition_2 is true.

Return

the newly created condition

Since

1.4

Parameters

condition1

first condition

condition2

second condition


constructor(type: BreakpointConditionLengthType, value: <Error class: unknown class>, unit: LengthUnit)(source)

Creates a condition that triggers on length changes.

Return

the newly created condition

Since

1.4

Parameters

type

the length type

value

the length value

unit

the length unit


constructor(type: BreakpointConditionRatioType, width: <Error class: unknown class>, height: <Error class: unknown class>)(source)

Creates a condition that triggers on ratio changes.

The ratio is represented as @width divided by @height.

Return

the newly created condition

Since

1.4

Parameters

type

the ratio type

width

ratio width

height

ratio height


constructor(adwBreakpointConditionPointer: <Error class: unknown class><<Error class: unknown class>>)(source)