visualization-tools

Home > @visualization-tools/core > IEntityBufferStore

IEntityBufferStore interface

Signature:

export interface IEntityBufferStore<TBufferLayout extends TUnknownBufferLayout> 

Methods

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.