Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Description

Hierarchy

  • Description

Index

Properties

content

content: string

Optional descriptions

descriptions: Description[]
description

여러 계층을 가지는 <ul> 태그 구현을 위해 Recursion 형태로 구현됨

Optional href

href: undefined | string
description

undefiend 가 아닐 경우 content 필드는 <a href> 가 된다.

Optional postHref

postHref: undefined | string
description

undefined 가 아닐 경우 content 뒤에 하이퍼링크를 붙인다.

Optional postImage

postImage: undefined | string
description

undefined 가 아닐 경우 content 뒤에 이미지를 붙인다.

Optional weight

default

'DEFAULT'

description

Noto Sans KR 에서 font-weight 300 을 DEFAULT 로 사용하고 있다.

see

https://github.com/uyu423/resume-nextjs/blob/master/component/common/CommonRow.tsx

Generated using TypeDoc