Tangram.LoadModelOptions (tangram v0.7.0) View Source
These are the options passed when loading a model.
tangram_url
If you are running the app locally or on your own server, use this field to provide the url to it. If not specified, the default value is https://app.tangram.dev.
Link to this section Summary
Link to this section Types
Specs
t() :: %Tangram.LoadModelOptions{tangram_url: String.t()}