# capacitor-plugin-navigation-bar **Repository Path**: 3433/capacitor-plugin-navigation-bar ## Basic Information - **Project Name**: capacitor-plugin-navigation-bar - **Description**: 安卓底部功能导航安卓底部功能导航 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-12 - **Last Updated**: 2022-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # capacitor-plugin-navigation-bar navigation-bar style ## Install ```bash npm install capacitor-plugin-navigation-bar npx cap sync ``` ## API * [`setColor(...)`](#setcolor) * [`setDividerColor(...)`](#setdividercolor) * [`setOverlaysWebView(...)`](#setoverlayswebview) * [`show()`](#show) * [`hide()`](#hide) * [`getStatusBarHeight()`](#getstatusbarheight) * [`getInfo()`](#getinfo) * [Interfaces](#interfaces) ### setColor(...) ```typescript setColor(options: ColorOption) => Promise ``` | Param | Type | | ------------- | --------------------------------------------------- | | **`options`** | ColorOption | -------------------- ### setDividerColor(...) ```typescript setDividerColor(options: ColorOption) => Promise ``` | Param | Type | | ------------- | --------------------------------------------------- | | **`options`** | ColorOption | -------------------- ### setOverlaysWebView(...) ```typescript setOverlaysWebView(options: SetOverlaysWebViewOptions) => Promise ``` | Param | Type | | ------------- | ------------------------------------------------------------------------------- | | **`options`** | SetOverlaysWebViewOptions | -------------------- ### show() ```typescript show() => Promise ``` -------------------- ### hide() ```typescript hide() => Promise ``` -------------------- ### getStatusBarHeight() ```typescript getStatusBarHeight() => Promise ``` **Returns:** Promise<StatusBarHeightResult> -------------------- ### getInfo() ```typescript getInfo() => Promise ``` **Returns:** Promise<InfoOption> -------------------- ### Interfaces #### ColorOption | Prop | Type | | ----------- | ------------------- | | **`color`** | string | #### SetOverlaysWebViewOptions | Prop | Type | | ------------- | -------------------- | | **`overlay`** | boolean | #### StatusBarHeightResult | Prop | Type | | ------------ | ------------------- | | **`height`** | number | #### InfoOption | Prop | Type | | ------------------- | -------------------- | | **`visible`** | boolean | | **`divider_color`** | string | | **`color`** | string | | **`overlays`** | boolean |