Type alias DustModelConstructable

DustModelConstructable: (new (base: BaseType, pars: UserType, unusedUserAction: string) => DustModel)

Type declaration

    • Constructor for a DustModel

      Parameters

      • base: BaseType

        The singleton base object

      • pars: UserType

        Parameters to pass to the model

      • unusedUserAction: string

        String describing the behaviour if unused values are found in pars. Typically this should be the string "ignore" for dust models but for compatibility with odin (and use with PkgWrapper) the values "message", "warning" and "stop" are supported.

      Returns DustModel

Generated using TypeDoc