@serenity-is/corelib / panelPageInit
Function: panelPageInit()
Call Signature
panelPageInit<
TGrid,P>(panel):TGrid
Defined in: src/compat/layout.ts:52
Type Parameters
TGrid
TGrid extends Widget<P>
P
P
Parameters
panel
TGrid & object
Returns
TGrid
Call Signature
panelPageInit<
TGrid,P>(type,props?):TGrid
Defined in: src/compat/layout.ts:53
Type Parameters
TGrid
TGrid extends Widget<P>
P
P
Parameters
type
{(options?): TGrid; prototype: TGrid; }
prototype
TGrid
props?
WidgetProps<P>
Returns
TGrid