Skip to content

@burnmark-io/designer-core


@burnmark-io/designer-core / QRContent

Variable: QRContent

const QRContent: object

Defined in: packages/core/src/qr-content.ts:31

Type Declaration

email()

email(to, subject?, body?): string

Parameters

to

string

subject?

string

body?

string

Returns

string

geo()

geo(lat, lng): string

Parameters

lat

number

lng

number

Returns

string

phone()

phone(number): string

Parameters

number

string

Returns

string

sms()

sms(number, message?): string

Parameters

number

string

message?

string

Returns

string

text()

text(text): string

Parameters

text

string

Returns

string

url()

url(url): string

Parameters

url

string

Returns

string

vcard()

vcard(contact): string

Parameters

contact

VCardContact

Returns

string

wifi()

wifi(ssid, password, security?): string

Parameters

ssid

string

password

string

security?

"WPA" | "WEP" | "nopass"

Returns

string

Not affiliated with Dymo, Brother, Avery, or any hardware vendor.