Core API Overview > @adpt/core > isReady
isReady() function
Signature:
export declare function isReady(h: BuildHelpers, e: AdaptElement | Handle): Promise<boolean>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| h | BuildHelpers | |
| e | AdaptElement | Handle |
Returns:
Promise<boolean>