sector.isUpdated
개요
sector의 수정 여부를 반환합니다. 런타임상에서 사용자의 입력을 통해 내부의 값이 변경된 경우 true를 반환합니다.
예시
//_c.카테고리명
if (_c.category[0].isUpdated) {
console.log('This sector has been updated.');
}
Last updated
Was this helpful?
sector의 수정 여부를 반환합니다. 런타임상에서 사용자의 입력을 통해 내부의 값이 변경된 경우 true를 반환합니다.
//_c.카테고리명
if (_c.category[0].isUpdated) {
console.log('This sector has been updated.');
}
Last updated
Was this helpful?