Cloud API Overview > @adpt/cloud > isContainerElement
isContainerElement() function
Function to check whether an @adpt/core#AdaptElement
is an abstract Container.
Signature:
export declare function isContainerElement(el: AdaptElement): el is AdaptElement<ContainerProps>;
Parameters
Parameter | Type | Description |
---|---|---|
el | AdaptElement |
Returns:
el is AdaptElement<
ContainerProps
>