You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="container"></a> `container?`|`public`|`ViewContainerRef`| Container for dynamic component creation within this grid item. Used to append child components programmatically. |[angular/projects/lib/src/lib/gridstack-item.component.ts:62](https://github.com/adumesny/gridstack.js/blob/master/angular/projects/lib/src/lib/gridstack-item.component.ts#L62)|
160
160
| <aid="ref"></a> `ref`|`public`|\|`undefined`\|`ComponentRef`\<[`GridstackItemComponent`](#gridstackitemcomponent)\>| Component reference for dynamic component removal. Used internally when this component is created dynamically. |[angular/projects/lib/src/lib/gridstack-item.component.ts:68](https://github.com/adumesny/gridstack.js/blob/master/angular/projects/lib/src/lib/gridstack-item.component.ts#L68)|
161
161
| <aid="childwidget"></a> `childWidget`|`public`|`undefined`\|[`BaseWidget`](base-widget.md#basewidget)| Reference to child widget component for serialization. Used to save/restore additional data along with grid position. |[angular/projects/lib/src/lib/gridstack-item.component.ts:74](https://github.com/adumesny/gridstack.js/blob/master/angular/projects/lib/src/lib/gridstack-item.component.ts#L74)|
| <a id="ref"></a> `ref` | `public` | \|`undefined`\|`ComponentRef`\<[`GridstackComponent`](#gridstackcomponent)\> | `undefined` | Component reference for dynamic component removal. Used internally when this component is created dynamically. | [angular/projects/lib/src/lib/gridstack.component.ts:208](https://github.com/adumesny/gridstack.js/blob/master/angular/projects/lib/src/lib/gridstack.component.ts#L208) |
346
346
| <a id="componentmap-1"></a> `componentMap` | `static` | [`ComponentMap`](#componentmap) | `{}` | Map of component keys to Angular component types used for dynamic creation. Keys default to the component's `@Component.selector` string when registered via `registerComponents()`. | [angular/projects/lib/src/lib/gridstack.component.ts:215](https://github.com/adumesny/gridstack.js/blob/master/angular/projects/lib/src/lib/gridstack.component.ts#L215) |
0 commit comments