Method Add
Add(GLBlazorComponentState, object, object?, object?)
Declaration
ValueTask<GLBlazorComponent> Add(GLBlazorComponentState state, object dataContext, object? bodyViewTemplateKey = null, object? headerViewTemplateKey = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GLBlazorComponentState | state | |
| object | dataContext | |
| object | bodyViewTemplateKey | |
| object | headerViewTemplateKey |
Returns
| Type | Description |
|---|---|
| ValueTask<GLBlazorComponent> |