We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab3a41 commit 98d7676Copy full SHA for 98d7676
2 files changed
CHANGELOG.md
@@ -12,6 +12,10 @@
12
13
### Pending Fixed
14
15
+### v14.15.0 - 2025-11-18
16
+
17
+- :tada: Add Mission Link Field
18
19
### v14.14.0 - 2025-11-17
20
21
- :tada: Add BiDirectional support for Spotted Map Items
lib/types/types.ts
@@ -49,6 +49,9 @@ export const LinkAttributes = Type.Object({
49
// Used in Routes
50
callsign: Type.Optional(Type.String()),
51
52
+ // Custom CloudTAK Attribute to open a Mission when clicked - Should always be a GUID
53
+ mission: Type.Optional(Type.String()),
54
55
// URL Style Links
56
url: Type.Optional(Type.String()),
57
mime: Type.Optional(Type.String()),
0 commit comments