Options
All
  • Public
  • Public/Protected
  • All
Menu

The abstract base class for QR-codes and barcodes

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Code(name: string, data: string, type: string): Code

Properties

data

data: string

name

name: string

type

type: string

Methods

asDict

  • asDict(): {}
  • The dict representation of this object

    Returns {}

    dict representation of this object

    • [key: string]: string | number | boolean

asDictSuffixes

  • asDictSuffixes(): {}
  • Get the suffixes that need to be appended to the keys of the dict representation of this Code object.

    Returns {}

    the suffixes that need to be appended to the keys of the dict representation of this Code object

    • [key: string]: string | number | boolean

availableTags

  • availableTags(): Set<string>

Generated using TypeDoc