Interface TAddModelOptions

Options for controlling the behavior of a Model.

interface TAddModelOptions {
    url: string;
}

Properties

Properties

url: string

Model's URL.