can-symbol
Version:
Well known symbols used to detail how to operate on different objects
8 lines (5 loc) • 517 B
Markdown
Boolean} can-symbol/symbols/isScopeLike can.isScopeLike
can-symbol/symbols/type
Set to `true` to show that an object is usable like a can.view.Scope for providing data to rendered views
`@@can.isScopeLike = true`
Shows that this object can be used to provide the API for rendering a view with data, like a [can-view-scope Scope]. Scopes have a context, optional parent, metadata, and the prototype functions `add()`, `get()`, `find()`, `set()`, `peek()`, and `compute()`.
{