Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

⬜️ Generatable

A Generatable is pull based.
That means to get the result, you have to call generate(). After changing the content via update(...) a call to generate() is necassary to get the new result.

Check out Sample 1 which uses a Generatable in code.