sector.keys
개요
sector에 있는 모든 key들을 배열로 반환합니다.
예시
let keys = _c.category[0].keys; //_c.카테고리명
console.log(keys); // 출력: ['key1', 'key2', ...]
Last updated
Was this helpful?
sector에 있는 모든 key들을 배열로 반환합니다.
let keys = _c.category[0].keys; //_c.카테고리명
console.log(keys); // 출력: ['key1', 'key2', ...]
Last updated
Was this helpful?