New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liquid-state/docviewer

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liquid-state/docviewer

Plugin to launch and run the Liquid State Document Viewer

0.2.0
npm
Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

@liquid-state/docviewer

Liquid State Docviewer Plugin

Install

npm install @liquid-state/docviewer
npx cap sync

API

  • echo(...)
  • launchNamedDocument(...)
  • launchDocument(...)

echo(...)

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

Returns: Promise<{ value: string; }>

launchNamedDocument(...)

launchNamedDocument(options: { name: string; page_slug?: string; config?: {}; }) => Promise<{ viewer_id: string; }>
ParamType
options{ name: string; page_slug?: string; config?: {}; }

Returns: Promise<{ viewer_id: string; }>

launchDocument(...)

launchDocument(options: { url: string; page_slug?: string; config?: {}; }) => Promise<{ viewer_id: string; }>
ParamType
options{ url: string; page_slug?: string; config?: {}; }

Returns: Promise<{ viewer_id: string; }>

Keywords

capacitor

FAQs

Package last updated on 11 Jan 2023

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