File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ The following properties are defined on the class
3030| Type | [ CodeElementType] ( /api/oM/UI/UI/CodeElementType ) | - | - |
3131| DisplayText | [ string] ( https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0 ) | - | - |
3232| Json | [ string] ( https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0 ) | - | - |
33+ | InputKeys | [ List] ( https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0 ) < ; [ string] ( https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0 ) > ; | - | - |
34+ | OutputKeys | [ List] ( https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0 ) < ; [ string] ( https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0 ) > ; | - | - |
3335
3436
3537## Code and Schema
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ The following properties are defined on the class
3333| Text | [ string] ( https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0 ) | - | - |
3434| Weight | [ double] ( https://learn.microsoft.com/en-us/dotnet/api/System.Double?view=netstandard-2.0 ) | - | - |
3535| Json | [ string] ( https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0 ) | - | - |
36+ | InputKeys | [ List] ( https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0 ) < ; [ string] ( https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0 ) > ; | - | - |
37+ | OutputKeys | [ List] ( https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0 ) < ; [ string] ( https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0 ) > ; | - | - |
3638
3739
3840### Inherited properties
You can’t perform that action at this time.
0 commit comments