Type Alias CoreEngineNext<State, ExtraArguments, Configuration>

CoreEngineNext: Omit<CoreEngine<State, ExtraArguments>, "state" | "store"> & {
    "[stateKey]": State & CoreState<Configuration>;
    configuration: Configuration;
}

Type Parameters

  • State extends object = {}
  • ExtraArguments extends ThunkExtraArguments = ThunkExtraArguments
  • Configuration extends CoreConfigurationState = CoreConfigurationState

Type declaration

  • Readonly Internal[stateKey]: State & CoreState<Configuration>

    The readonly internal state of the headless engine.

  • Readonlyconfiguration: Configuration

    The readonly global headless engine configuration