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