MCPcopy
hub / github.com/handlebars-lang/handlebars.js / HandlebarsTemplatable

Interface HandlebarsTemplatable

types/index.d.ts:194–196  ·  view source on GitHub ↗

* Implement this interface on your MVW/MVVM/MVC views such as Backbone.View

Source from the content-addressed store, hash-verified

192* Implement this interface on your MVW/MVVM/MVC views such as Backbone.View
193**/
194interface HandlebarsTemplatable {
195 template: HandlebarsTemplateDelegate;
196}
197
198// NOTE: for backward compatibility of this typing
199type HandlebarsTemplateDelegate<T = any> = Handlebars.TemplateDelegate<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected