ApiReadyMessageHandler
On this page
@vulp/js-api > ApiReadyMessageHandler
ApiReadyMessageHandler type
Handler for incoming ready message (called once).
Signature:
export type ApiReadyMessageHandler = (payload: {
model: IApiModelConfig;
view: IApiViewConfig;
links: IApiLinks;
apiVersion: number;
}) => void;
References: IApiModelConfig, IApiViewConfig, IApiLinks