aboutsummaryrefslogtreecommitdiff
path: root/static/vevent.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/vevent.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/vevent.ts b/static/vevent.ts
index 9d6cec88..ade5d222 100644
--- a/static/vevent.ts
+++ b/static/vevent.ts
@@ -77,6 +77,10 @@ class VEvent {
return e.value;
}
+ get boundProperties(): IterableIterator<string> {
+ return this.properties.keys()
+ }
+
setProperty(key: string, value: any) {
let e = this.properties.get(key);
if (!e) {