DS#createInstance

DS#createInstance(resourceName, attrs[, options])

Return a new instance of the specified resource.

πŸ‘

You can call DS#createInstance multiple ways

  • DS#createInstance(resourceName, attrs[, options])
  • Resource#createInstance(attrs[, options]) - Where Resource was created by DS#defineResource
ArgumentTypeDescription
resourceNamestringThe name of the resource to use. Unnecessary if calling createInstance directly on a Resource.
attrsobjectProperties with which to initialize the instance. Optional.
optionsobjectOptional configuration. Default: { }
Demo

πŸ“˜

Need help?

Want more examples or have a question? Ask on the Slack channel or post on the mailing list then we'll get your question answered and probably update this wiki.