@ignore
- Tag Kind
- Modifier
- TSDoc Reference
- TypeDoc specific
Reflections marked with the @hidden
tag will be removed from the documentation.
它等同于 JSDoc 中的 @ignore
标签。
示例
export class Visibility {
/** @ignore */
newBehavior(): void;
}
参见
@ignore
标签@internal
标签- JSDoc 的
@ignore
标签