본문으로 건너뛰기

Title

[report 영역] Title는 report 영역의 제목을 정의합니다.

필드타입필수설명기본값
sectionstringY데이터가 표출되는 영역
report
contentsstringYreport 영역의 제목
configobjectY기본 설정
config.typestringYtype 구분
title

Protocol 구조

{
section: "report",
contents: string,
config:{
type: string
}
}

Example

{
"section":"report",
"contents":"편의점 매출 기반 상권 분석 결과",
"config":{
"type": "title"
}
}