Function: checkSlotCondition()
checkSlotCondition(
childStore
,parentProps
):any
Performs the function of checking if the child component can be bound. Internal use only.
Parameters
• childStore: ComponentStore
the child component settings.
• parentProps: any
the parent component properties.
Returns
any
true, if the child component can be bound, false otherwise.