Home > @elux/react-taro > BaseModel > _loadingState

BaseModel._loadingState() method

定义reducer监听moduleName._loadingState,用来注入Loading状态

Signature:

protected _loadingState(loadingState: {
        [group: string]: LoadingState;
    }): TModuleState;

Parameters

ParameterTypeDescription
loadingState{ [group: string]: LoadingState; }

Returns:

TModuleState