We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277baa6 commit 867066bCopy full SHA for 867066b
1 file changed
docs/_getFactoryInstance.md
@@ -1,5 +1,14 @@
1
-The `helpers._getFactoryInstance(): any` method returns a template for a given data type.
2
-Here is an example of using the method correctly.
+## _getFactoryInstance
+Gets a factory instance. Useful for registing templates.
3
+``` sig
4
+helpers._getFactoryInstance(null, null);
5
+```
6
+
7
+## Returns
8
+A factory instance for a given data type.
9
10
+## Example
11
+Let us make a rendered imaage template.
12
``` ts
13
namespace helpers {
14
export function getRenderImageByName (name: string): Image {
0 commit comments