Core API Overview > @adpt/core > AdaptMountedElement
AdaptMountedElement interface
Interface that represents an AdaptElement that has been mounted during the DOM build process.
Signature:
export interface AdaptMountedElement<P extends object = AnyProps> extends AdaptElement<P>
Properties
| Property | Type | Description |
|---|---|---|
| buildData | BuildData | |
| dependsOn | DependsOnMethod | |
| deployedWhen | DeployedWhenMethod | |
| deployedWhenIsTrivial | boolean | True if the Element's deployedWhen is considered trivial. |
| id | ElementID | |
| instance | GenericInstance | |
| keyPath | KeyPath | |
| path | string | |
| props | P & Required<BuiltinProps> |
Methods
| Method | Description |
|---|---|
| built() | |
| status(o) |