Skip to content

Feat: Add ability to hide props from the docs #161

Description

@pgmanutd

Right now there is no official way to hide props from the docs. Probably we can use something like @internal or @private to hide them.

export interface Props {
  /** Some description */
  id?: string;
  /**
   * @internal
   * Some description
   */
  privateId?: string
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions