如视 Five SDK
    Preparing search index...

    Interface StateChangeParams<PluginState>

    interface StateChangeParams<PluginState> {
        prevState?: PluginState;
        state: PluginState;
        userAction: boolean;
    }

    Type Parameters

    • PluginState
    Index

    Properties

    prevState?: PluginState

    上一个State

    最新的State

    userAction: boolean

    是否是用户触发