mobx-keystone
    Preparing search index...

    Interface ConnectReduxDevToolsOptions

    interface ConnectReduxDevToolsOptions {
        logArgsNearName?: boolean;
        logChildActions?: boolean;
    }
    Index
    logArgsNearName?: boolean

    If it should show the arguments near the action name.

    true
    
    logChildActions?: boolean

    If it should log child actions when they run inside another action tracked by the same target tree.

    true