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 e8c2457 commit 9e50126Copy full SHA for 9e50126
ExamplesAPIType.cs
@@ -61,6 +61,12 @@ public enum ExamplesApiType
61
/// </summary>")]
62
[Description("nav")]
63
Navigator = 8,
64
+
65
+ /// <summary>
66
+ /// Maestro
67
+ /// </summary>")]
68
+ [Description("mae")]
69
+ Maestro = 9,
70
}
71
72
public static class ExamplesApiTypeExtensions
ExamplesApiTypeExtensions.cs
@@ -67,6 +67,12 @@ public enum ExamplesApiType
Navigator = 9,
73
74
75
+ Maestro = 10,
76
77
78
0 commit comments