windease API reference - v0.6.0
    Preparing search index...

    Interface SerializedStore

    interface SerializedStore {
        focusedId: string | null;
        nodes: SerializedNode[];
        rootIds: string[];
        version: 2;
    }
    Index

    Properties

    focusedId: string | null
    rootIds: string[]
    version: 2