Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When parameter of method declared with 'type" in TypeScript, but it generated as 'object' in Blazor.
The below type exported as an Enum type in Blazor.
"export declare type CommandName"
For example, the ExecuteCommand method is not working with the enum type, but it works with the string parameter.