* Called when plugin is added, and a document element used to display content is passed in. * The element is wrapped as a jQuery like object, provided by the licia utility library.
(el: unknown)
| 74 | * The element is wrapped as a jQuery like object, provided by the licia utility library. |
| 75 | */ |
| 76 | init(el: unknown): void |
| 77 | /** |
| 78 | * Called when switch to the panel. Usually all you need to do is to show the container element. |
| 79 | */ |