@alpha

Tag Kind: Modifier
TSDoc Reference: @alpha

This tag can be used to indicate that the associated member is intended to eventually be used by third-party developers but is not yet stable enough to conform to semantic versioning requirements.

export class Visibility {
/** @alpha */
newBehavior(): void;
}