We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e893977 commit fc24ed8Copy full SHA for fc24ed8
apps.view.tree
@@ -41,7 +41,7 @@ $hyoo_apps $mol_book2
41
release @ \For All
42
develop @ \For Experts
43
preview @ \For Curious
44
- apps *
+ apps *$hyoo_apps_app
45
studio *
46
target \develop
47
title @ \Online Studio
apps.view.ts
@@ -6,7 +6,7 @@ namespace $.$$ {
6
return this.$.$mol_state_arg.value( 'app' )
7
}
8
9
- group_name( id: string ) {
+ group_name( id: keyof ReturnType<typeof this.groups> ) {
10
return this.groups()[ id ]
11
12
type.ts
@@ -0,0 +1,7 @@
1
+namespace $ {
2
+ export type $hyoo_apps_app = {
3
+ target: string
4
+ title: string
5
+ uri: string
+ }
+}
0 commit comments