Core API Overview > @adpt/core > FunctionComponentTyp
FunctionComponentTyp interface
Signature:
export interface FunctionComponentTyp<P> extends ComponentStatic<P>
Properties
| Property | Type | Description |
|---|---|---|
| ready | (helpers: BuildHelpers) => boolean |Promise<boolean> | |
| status | (props: P, observe: ObserveForStatus, buildData: BuildData) => Promise<unknown> |