Import
Properties
Methods
Signature
root property
Signature
root?: ComponentClass<AppRootProps<T>>;
Signature
init method
Signature
Parameters
Returns:
void
Signature
Parameters
void
setRootPage method
Set the component displayed under: /a/${plugin-id}/*
If the NavModel is configured, the page will have a managed frame, otheriwse it has full control.
NOTE: this structure will change in 7.2+ so that it is managed with a normal react router
Signature
setRootPage(root: ComponentClass<AppRootProps<T>>, rootNav?: NavModel): this;
Parameters
this