BreakpointConditionLengthType#

Added in version 1.4.

class BreakpointConditionLengthType#

Describes length types for BreakpointCondition.

See new_length.

New values may be added to this enumeration over time.

Fields#

class BreakpointConditionLengthType
MAX_HEIGHT#

True if the height is less than or equal to the condition value

MAX_WIDTH#

True if the width is less than or equal to the condition value

MIN_HEIGHT#

True if the height is greater than or equal to the condition value

MIN_WIDTH#

True if the width is greater than or equal to the condition value