RelationMetadata interface
경고와 연결할 메타데이터입니다.
속성
| attributes | 메타데이터의 추가 특성입니다. |
| rel | 메타데이터의 형식입니다. |
| url | 메타데이터의 URL입니다. |
속성 세부 정보
attributes
메타데이터의 추가 특성입니다.
attributes: {[key: string]: any}
속성 값
{[key: string]: any}
rel
메타데이터의 형식입니다.
rel: string
속성 값
string
url
메타데이터의 URL입니다.
url: string
속성 값
string