SwitchProps
Defined in: core/control-flow/switch-case/index.ts:20
Switch control flow element props
used in Switch
Properties
condition
condition:
Signal<any>
Defined in: core/control-flow/switch-case/index.ts:24
The condition to check
memoAll?
optionalmemoAll:boolean
Defined in: core/control-flow/switch-case/index.ts:29
Should memoize all the cases
Default
true