Skip to content

ExampleData

JSDoc에서 @example 태그를 파싱한 결과를 나타내요.

시그니처

typescript
interface ExampleData { title?: string; code: string; language?: string }

매개변수

  • title · string

    예제의 선택적 제목

  • codeRequired · string

    예제 코드 내용

  • language · string

    문법 하이라이팅을 위한 프로그래밍 언어

MIT 라이선스에 따라 배포됩니다.