@jackobo/some-cap-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@jackobo/some-cap-plugin

Just a sample capacitor plugin in order to see how is done

Install

npm install @jackobo/some-cap-plugin
npx cap sync

API

showToast(...)

showToast(options: IToastOptions) => Promise<void>
Param Type
options IToastOptions

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


Interfaces

IToastOptions

Prop Type
text string

Readme

Keywords

Package Sidebar

Install

npm i @jackobo/some-cap-plugin

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

18.6 kB

Total Files

27

Last publish

Collaborators

  • jackobo