turbodombuilder - v0.9.22
    Preparing search index...

    Type Alias MvcProperties<ElementType, ViewType, DataType, ModelType, EmitterType>

    MvcProperties: MvcGenerationProperties<
        ViewType,
        DataType,
        ModelType,
        EmitterType,
    > & { element?: ElementType }

    Type Parameters

    • ElementType extends object = object

      The type of the element attached to the Mvc object.

    • ViewType extends TurboView = TurboView<any, any>

      The element's view type, if any.

    • DataType extends object = object

      The element's data type, if any.

    • ModelType extends TurboModel = TurboModel

      The element's model type, if any.

    • EmitterType extends TurboEmitter = TurboEmitter

      The element's emitter type, if any.

    Type of the properties object used for instantiating an Mvc object.