Chartbreaker
    Preparing search index...

    Type Alias SessionConfig

    Configuration for a specific session.

    type SessionConfig = {
        storage: ObservableSingleValueStore;
    }
    Index

    Properties

    Properties

    A key-value store for a specific session. This is used to store data that is only valid for the lifetime for the session.