print-window-tiddler
Jeremy Ruston 2012-03-05 12:22:51 +00:00
rodzic 8847551bd9
commit 74de12f4d6
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,6 @@ Macros are implemented as conventional JavaScript modules that export a single v
|!Field Name |!Description |
|`name` |The name of the macro |
|`types` |An array of the MIME types that the macro can render |
|`params` |A hashmap of the parameters accepted by the macro (see below) |
|`events` |An optional hashmap of event handling functions (see below) |
|`execute` |The macro rendering function (see below) |