mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
446 B
446 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| Init | Interface: Init | Init | 0 | null |
Represents an initialization contract. Let dependencies implement this to initiate some logic.
Methods
init
▸ init(): unknown
Returns
unknown