UNPKG

capacitor-zebra-printer

Version:

Capacitor plugin to send ZPL messages to Zebra printers

61 lines 1.36 kB
{ "api": { "name": "CapacitorZebraPrinterPlugin", "slug": "capacitorzebraprinterplugin", "docs": "", "tags": [], "methods": [ { "name": "echo", "signature": "(options: { value: string; }) => Promise<{ value: string; }>", "parameters": [ { "name": "options", "docs": "", "type": "{ value: string; }" } ], "returns": "Promise<{ value: string; }>", "tags": [], "docs": "", "complexTypes": [], "slug": "echo" }, { "name": "print", "signature": "(options: PrintOptions) => Promise<{ value: string; }>", "parameters": [ { "name": "options", "docs": "", "type": "PrintOptions" } ], "returns": "Promise<{ value: string; }>", "tags": [], "docs": "", "complexTypes": [ "PrintOptions" ], "slug": "print" } ], "properties": [] }, "interfaces": [], "enums": [], "typeAliases": [ { "name": "PrintOptions", "slug": "printoptions", "docs": "", "types": [ { "text": "{ ip: string; port: number; zpl: string }", "complexTypes": [] } ] } ], "pluginConfigs": [] }