@s-libs/signal-store
    Preparing search index...

    Interface ReadonlyStore<T>

    interface ReadonlyStore<T> {
        nonNull: Store<NonNullable<T>>;
        state: T;
        <K extends string | number | symbol>(attr: K): ReadonlySlice<T, K>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    nonNull: Store<NonNullable<T>>
    state: T