Type alias ModelConfig<T>

ModelConfig<T>: {
    defaultModel: T;
    nameExtension?: string;
}

Type specifying the configuration of a ModelSignalsFactory.

Type Parameters

  • T

    the type of the model to be handled

Type declaration

  • defaultModel: T

    the default model

  • Optional nameExtension?: string

    optional string to be used as argument to calls of getBehaviorId and getEventId

Generated using TypeDoc