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

sector.isLast

개요

sector의 마지막 여부를 출력합니다.

예시

let isLast = _c.category[0].isLast; //_c.카테고리명

console.log(isLast);  // 출력: true 또는 false

마지막 업데이트

도움이 되었나요?