# f.Component().getSectors()

## 개요

대상 컴포넌트의 sector 리스트를 반환받을 수 있습니다.

{% hint style="warning" %}
이벤트 스크립트에서만 사용가능합니다.
{% endhint %}

## 예시

```javascript
const sectors = f.Component("f_3").getSectors(); // [{"_SUID": "Yu8UBF42", ...}, ...]
```

## 활용

[스크립트 도우미](https://docs.flextudio.com/flextudio/scenario/dev-mode/event/script-editor#undefined-2) 기능을 활용하여 메서드들을 사용할 수 있는 컴포넌트 리스트를 한눈에 확인하고, fid값에 쉽게 접근 할 수 있습니다.
