Skip to content
Taffy Layout Logo
Taffy Layout
DocumentationAPIBenchmarkPlayground
Taffy Layout Logo
Taffy Layout
API
Classes
Enumerations
Functions
Interfaces
Type Aliases
AvailableSpace
DetailedGridInfo
DetailedGridItemsInfo
DetailedGridTracksInfo
DetailedLayoutInfo
Dimension
GridPlacement
GridTemplateArea
GridTemplateComponent
GridTemplateRepetition
InitInput
LayoutProperty
LayoutPropertyArrayValues<Keys>
LayoutPropertyValues
LengthPercentage
LengthPercentageAuto
Line<T>
MaxTrackSizingFunction
MeasureFunction()
MinTrackSizingFunction
Point<T>
Rect<T>
RepetitionCount
Size<T>
StyleProperty
StylePropertyArrayValues<Keys>
StylePropertyValues
SyncInitInput
TrackSizingFunction

LayoutPropertyArrayValues<Keys>

type LayoutPropertyArrayValues<Keys> = { [K in keyof Keys]: Keys[K] extends LayoutProperty ? LayoutPropertyValues[Keys[K]] : unknown; };

Helper type to convert an array of layout property keys to an array of their value types.

Type Parameters

Type Parameter
Keys extends LayoutProperty[]

On this page

Type Parameters

© 2026 ByteLand Technology Limited