kaplay-layout
    Preparing search index...

    Type Alias MeasureFunction

    MeasureFunction: (
        width: number,
        height: number,
        widthMode: MeasureMode,
        heightMode: MeasureMode,
    ) => Size

    Type Declaration

      • (
            width: number,
            height: number,
            widthMode: MeasureMode,
            heightMode: MeasureMode,
        ): Size
      • Parameters

        • width: number

          width of the containing box

        • height: number

          height of the containing box

        • widthMode: MeasureMode
        • heightMode: MeasureMode

        Returns Size

        size of the content box