AboutSupportDeveloper GuideVersion 38.126.82.64

Type alias LayoutManagerOverride<T>Experimental

LayoutManagerOverride<T>: ((Base) => 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

Remarks

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