Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 299 Bytes

File metadata and controls

7 lines (5 loc) · 299 Bytes

⬜️ 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.