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

StylePropertyArrayValues<Keys>

type StylePropertyArrayValues<Keys> = { [K in keyof Keys]: Keys[K] extends StyleProperty ? StylePropertyValues[Keys[K]] : unknown; };

Maps property keys to value types, preserving tuple or array structure.

Type Parameters

Type Parameter
Keys extends StyleProperty[]

On this page

Type Parameters

© 2026 ByteLand Technology Limited