Callback that will be invoked during creation.
(slot?: number)
| 45 | |
| 46 | /** Callback that will be invoked during creation. */ |
| 47 | create?(slot?: number): void; |
| 48 | |
| 49 | /** Callback that will be invoked during updates. */ |
| 50 | update?(slot?: number): void; |
no outgoing calls