Updated docs for innerText.

This commit is contained in:
Matt Mo 2021-11-27 14:50:09 -08:00
parent 644241b486
commit 02b7824ce0

View File

@ -414,7 +414,7 @@ class IgniteTemplate {
/**
* Sets the inner text of the element to be constructed by this template.
* @param {String|IgniteProperty} value text to be set for this element. If a property is passed the text will auto update.
* @param {String|IgniteProperty|IgniteProperty[]} value text to be set for this element. If a property is passed the text will auto update.
* @param {Function} converter Optional function that can be used to convert the value if needed.
* @returns This ignite template.
*/