PanelStackAttachment

fun <P : GenericPanel<C>, C : PanelContext> PanelStackAttachment(panelStack: PanelList<P>, panelContextFactory: (P, PanelContext) -> C)

Parameters

P

The Panel type this adapter handles.

C

The PanelContext of P.