Skip to content

StorageProps

The StorageProps interface represents the properties of a store.

Indexable

[key: string]: any

Properties

actors?

actors?: any

Source

ecmascript/src/storage.ts:48


components?

components?: any

Source

ecmascript/src/storage.ts:50


entities?

entities?: any

Source

ecmascript/src/storage.ts:49


inputs?

inputs?: any

Source

ecmascript/src/storage.ts:51


Generated using typedoc-plugin-markdown and TypeDoc