An ABLabel property This is used by iOs to add labels to URL properties (very unclear support)

Remarks

Usage: Used together with a URL property, belonging to the same group. The ABLabel property is used to add a label to the URL property. Often in the form _$!<HomePage>!$_, _$!<Home>!$_, _$!<Mobile>!$_ or Twitter, Facebook

See

https://alessandrorossini.org/the-sad-story-of-the-vcard-format-and-its-lack-of-interoperability/

Example

const vCard = generateVCard({
url: {
value: "https://blog.com",
group: "blogUrl",
},
abLabel: {
value: "_$!<HomePage>!$_",
group: "blogUrl",
},
});

Generated using TypeDoc