React Executor - v0.0.24
    Preparing search index...

    Interface SSRHydrationOptions

    Options provided to enableSSRHydration.

    interface SSRHydrationOptions {
        stateParser?: (stateStr: string) => ExecutorState;
    }
    Index

    Properties

    Properties

    stateParser?: (stateStr: string) => ExecutorState

    Parses the executor state that was captured during SSR.

    Type declaration