Packages > fluid-framework >

FlexListToUnion

Normalize FlexList type to a union.

Signature

export type FlexListToUnion<TList extends FlexList> = ExtractItemType<TList[number]>;

Type Parameters

Parameter Constraint Description
TList FlexList