Skip to main content
function If(
   condition, 
   then, 
   fallback?): IfNode;
Defined in: server/apps/components.ts:159

Parameters

condition

string

then

Component

fallback?

Component

Returns

IfNode