Home > @visualization-tools/core > IEntityBufferStore
Signature:
export interface IEntityBufferStore<TBufferLayout extends TUnknownBufferLayout>
| Method | Description |
|---|---|
| clearLayout(entity, groupId) | |
| clearLayouts(entity) | |
| getAllLayouts() | |
| getLayout(entity, groupId) | |
| getLayouts(entity) | |
| setNewLayout(entity, groupId, bufferLayout) | Only set the buffer if it has not previously been set for this combination. |