Home > kibana-plugin-core-public > AppNavLinkStatus
Status of the application's navLink.
Signature:
export declare enum AppNavLinkStatus
Member | Value | Description |
---|---|---|
default | 0 |
The application navLink will be visible if the application's AppStatus is set to accessible and hidden if the application status is set to inaccessible . |
disabled | 2 |
The application navLink is visible but inactive and not clickable in the navigation bar. |
hidden | 3 |
The application navLink does not appear in the navigation bar. |
visible | 1 |
The application navLink is visible and clickable in the navigation bar. |