AboutSupportDeveloper GuideVersion 41.129.83.3

Type Alias LayoutManagerOverride<T>

LayoutManagerOverride<T>: ((Base: LayoutManagerConstructor<LayoutSnapshot>) => LayoutManagerConstructor<T>)

Override callback used to init and configure multiple layouts. Implement by passing a lambda and returning a class that OpenFin will new up for you.

Type Parameters

NOTE: Unlike the Platform Provider overrideCallback and interopOverride, this override should return a class, not an instance