1.0.1 • Published 2 years ago

@uni/keyboard v1.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

keyboard

npm

Route navigation capability implementation.

Support

Install

$ npm install @uni/keyboard --save

Usage

import keyboard from '@uni/keyboard';

// How to use it in quickapp
// import chooseImage from '@uni/keyboard/lib/quickapp;

keyboard.hide();

Methods

hide(options)

Arguments

PropertyTypeDescriptionrequiredDefault
optionsobjectHide function argumentsfalse-
options.successFunction The callback function for a successful API callfalse-
options.failFunction The callback function for a failed API callfalse-
options.completeFunction The callback function used when the API call completed (always executed whether the call succeeds or fails)-