Skip to main content

eventStability

function

Effective stability of a declaration, falling back to `experimental` when the author left it unset. Registration machinery uses this, not mod code.

function eventStability(modEvent: Event<unknown>): 'internal' | 'experimental' | 'stable'

Import

import { eventStability } from '@modular/sdk';

Notes

category
State