Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class IslandDataStore
Re-export
import { IslandDataStore } from "https://deno.land/x/fathym_eac_runtime@v0.1.31/mod.ts";

Constructors

new
IslandDataStore()

Properties

protected
data: Map<string, IslandDataStoreType>

Methods

ClearData(): void
HasData(): boolean
PrepareRender(_clientModulePath: string): (props: IslandDataProps) => JSX.Element
Render(clientModulePath: string, events?: { pre?: () => void; post?: () => void; render?: () => void; }): string
Store(component: ComponentType<RenderableProps<any>>, props: RenderableProps<any>): string