Type alias OdinModelConstructable

OdinModelConstructable: (new (base: BaseType, pars: UserType, unusedUserAction: string) => OdinModel)

Type declaration

    • new (base: BaseType, pars: UserType, unusedUserAction: string): OdinModel
    • Constructor for an OdinModel

      Parameters

      • base: BaseType

        The singleton object base

      • pars: UserType

        Parameters to pass to the model

      • unusedUserAction: string

        String, describing the action to take if there are unknown values in pars - possible values are "error", "ignore", "warning" and "message"

      Returns OdinModel

Generated using TypeDoc