Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 722 Bytes

kibana-plugin-core-public.applicationsetup.register.md

File metadata and controls

24 lines (14 loc) · 722 Bytes

Home > kibana-plugin-core-public > ApplicationSetup > register

ApplicationSetup.register() method

Register an mountable application to the system.

Signature:

register<HistoryLocationState = unknown>(app: App<HistoryLocationState>): void;

Parameters

Parameter Type Description
app App<HistoryLocationState> an App

Returns:

void