For the complete documentation index, see llms.txt. This page is also available as Markdown.

sector.isSelected

개요

sector의 선택 여부를 반환입니다.

예시

//_c.카테고리명
if (_c.category[0].isSelected) { 
    console.log('This sector is selected.');
}

마지막 업데이트

도움이 되었나요?