@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标签