struct

Hwaro::Core::Lifecycle::RegisteredHook

Inherits Struct / Value / Object

Registered hook with metadata

Constructors

new(handler : HookHandler, priority : Int32 = 0, name : String = "anonymous")
Source

Instance methods

handler
Source
handler=(handler : HookHandler)
Source
name
Source
name=(name : String)
Source
priority
Source
priority=(priority : Int32)
Source