@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.
Example
export class Visibility {
/** @alpha */
newBehavior(): void;
}
See Also
- The
@beta
tag - The
@experimental
tag - The
@public
tag - The
--visibilityFilters
option