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

sector.select()

개요

sector를 선택 상태로 설정합니다.

예시

// 카테고리에서 첫 번째 sector 접근
let firstSector = _c.category[0]; //_c.카테고리명

// sector를 선택 상태로 설정
firstSector.select();

마지막 업데이트

도움이 되었나요?