fix: Frame viewer lacking `link` property
Attribute is present, but property was missing.
Changes
1 changed files
(+8/-0)
-
-
});
}
+
get link(): string | null {
+
return this.#link.once();
+
}
+
+
set link(link: string | null) {
+
this.#link.set(link);
+
}
+
get renderedImage(): string | null {
return this.#image.once();
}
- Authored by
-
Shota FUJI
- Authored at
-
- Committed by
-
Shota FUJI
- Committed at
-
- Signature
-
View
- Object name
- aa4f7035e93b0e6931cf7c6ae8fd762895f0a06a
- Parent
-
af5cb992
- Tab width
-