🚨 Shai-Hulud Strikes Again:More than 500 packages and 700+ versions compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@liquid-state/docviewer

Package Overview
Dependencies
Maintainers
4
Versions
28
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

latest
npmnpm
Version
1.5.0
Version published
Maintainers
4
Created
Source

@liquid-state/docviewer

Liquid State Docviewer Plugin

Install

npm install @liquid-state/docviewer
npx cap sync

API

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

echo(...)

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

Useless api that can be used to test the plugin

ParamTypeDescription
options{ value: string; }value to echo back (no ui)

Returns: Promise<{ value: string; }>

launchNamedDocument(...)

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

Launch a built-in document using it's base file name (note: this is just the file name, not path)

ParamTypeDescription
options{ name: string; page_slug?: string; config?: {}; }name, page_slug and config

Returns: Promise<{ viewer_id: string; }>

launchDocument(...)

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

Launch a document using a local (on ios: file, on android: content) url

ParamTypeDescription
options{ url: string; page_slug?: string; config?: {}; }url, page_slug and config

Returns: Promise<{ viewer_id: string; }>

closeViewerIfAny()

closeViewerIfAny() => Promise<void>

Close any currently open document viewer

Keywords

capacitor

FAQs

Package last updated on 08 Apr 2025

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