Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • RuntimeBaseClass

Index

Constructors

constructor

  • new BoxConstraints(props: { maxHeight: number; maxWidth: number; minHeight: number; minWidth: number }): BoxConstraints
  • Parameters

    • props: { maxHeight: number; maxWidth: number; minHeight: number; minWidth: number }
      • maxHeight: number
      • maxWidth: number
      • minHeight: number
      • minWidth: number

    Returns BoxConstraints

Properties

Readonly internalRuntimeType

internalRuntimeType: Type<typeof BoxConstraints> = ...

maxHeight

maxHeight: number

maxWidth

maxWidth: number

minHeight

minHeight: number

minWidth

minWidth: number

props

props: any = ...

Methods

unwrap

Generated using TypeDoc