Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

capacitor-plugin-navigation-bar

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-plugin-navigation-bar

navigation-bar style

latest
npmnpm
Version
0.0.19
Version published
Maintainers
1
Created
Source

capacitor-plugin-navigation-bar

navigation-bar style

Install

npm install capacitor-plugin-navigation-bar
npx cap sync

API

  • setColor(...)
  • setDividerColor(...)
  • setOverlaysWebView(...)
  • show()
  • hide()
  • getStatusBarHeight()
  • getInfo()
  • Interfaces

setColor(...)

setColor(options: ColorOption) => Promise<void>
ParamType
optionsColorOption

setDividerColor(...)

setDividerColor(options: ColorOption) => Promise<void>
ParamType
optionsColorOption

setOverlaysWebView(...)

setOverlaysWebView(options: SetOverlaysWebViewOptions) => Promise<void>
ParamType
optionsSetOverlaysWebViewOptions

show()

show() => Promise<void>

hide()

hide() => Promise<void>

getStatusBarHeight()

getStatusBarHeight() => Promise<StatusBarHeightResult>

Returns: Promise<StatusBarHeightResult>

getInfo()

getInfo() => Promise<InfoOption>

Returns: Promise<InfoOption>

Interfaces

ColorOption

PropType
colorstring

SetOverlaysWebViewOptions

PropType
overlayboolean

StatusBarHeightResult

PropType
heightnumber

InfoOption

PropType
visibleboolean
divider_colorstring
colorstring
overlaysboolean

Keywords

capacitor

FAQs

Package last updated on 14 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts