ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > MapStorage

MapStorage interface

Signature:

export interface MapStorage 

Properties

PropertyTypeDescription
clear() => voidEmpty the storage.
getKeys() => string[]List all existing keys.
read(a: string) => anyReturn an element from the storage.
remove(a: string) => voidRemove an element from the storage.
size() => numberReturn how many elements are currently present in the storage.
write(a: string, b: any) => voidInsert an element in the storage.
  • MapStorage interface
  • Properties
Copyright © 2023 ActiveViam