clik-engine API
    Preparing search index...

    Interface HotStateConfig

    interface HotStateConfig {
        restore: (state: Record<string, unknown>) => void;
        serialize: () => Record<string, unknown>;
    }
    Index

    Properties

    Properties

    restore: (state: Record<string, unknown>) => void

    Function that restores state after reload

    serialize: () => Record<string, unknown>

    Functions that serialize scene state before reload