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