TypeDoc 中文文档
  • 中文文档
  • 实例
  • API
  • GitHub
  • Overview
    • Installation
    • Options
      • Configuration
      • Input
      • Output
      • Comments
      • Organization
      • Validation
      • Other
    • Doc Comments
    • External Documents
    • Themes
    • Plugins
    • Declaration References
    • Development
    • Changelog
  • Tags
    • @alpha
    • @beta
    • @category
    • @categoryDescription
    • @defaultValue
    • @deprecated
    • @document
    • @enum
    • @event
    • @eventProperty
    • @example
    • @experimental
    • @group
    • @groupDescription
    • @hidden
    • @hideconstructor
    • @ignore
    • {@inheritDoc}
    • @interface
    • @internal
    • {@label}
    • {@link}
    • @module
    • @namespace
    • @overload
    • @override
    • @packageDocumentation
    • @param
    • @private
    • @privateRemarks
    • @property
    • @protected
    • @public
    • @readonly
    • @remarks
    • @returns
    • @satisfies
    • @sealed
    • @see
    • @template
    • @throws
    • @typeParam
    • @virtual

@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.

Example

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

See Also

  • The @beta tag
  • The @experimental tag
  • The @public tag
  • The --visibilityFilters option
Theme
京ICP备15031610号-65 Edit on GitHub