The goog.soy.InjectedDataSupplier Interface

goog.soy.InjectedDataSupplier()

An interface for a supplier that provides Soy injected data. @interface

unhandled information:

type
'interface'

.getData()

Gets the injected data. Implementation may assume that {@code goog.soy.Renderer} will treat the returned data as immutable. The renderer will call this every time one of its {@code render*} methods is called.

returns {Object}
A key-value pair representing the injected data.