make:<Textendsstring>( nsid:[Name<T>]extends[never] ?`Invalid NSID "${T}": final segment must be camelCase (no hyphens)` :T, specifier?:string, )=>ActivationEvent.ActivationEvent = ...
Helper to define an activation event from an NSID.
Static NSID strings are validated at compile time via DXN.Name.
Type declaration
<Textendsstring>( nsid:[Name<T>]extends[never] ?`Invalid NSID "${T}": final segment must be camelCase (no hyphens)` :T, specifier?:string, ):ActivationEvent.ActivationEvent
Type Parameters
Textendsstring
Parameters
nsid: [Name<T>]extends[never] ?`Invalid NSID "${T}": final segment must be camelCase (no hyphens)` :T
Helper to define an activation event from an NSID. Static NSID strings are validated at compile time via DXN.Name.