# Use JavaScript Component Outputs

You can specify **Outputs** to take from your JavaScript Component and use their values in other **Jet Admin** component&#x73;**.** For such cases, you should set **Outputs** inside your JavaScript Component by sending **CustomEvent** with **Output** name and its value in the **detail** field (Examples from GitHub include it already).

Then you can create **Output** set its name and use it for other components (for example set **Text Field** value to JavaScript Component **Output**).

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MTtq21IzkuOU6N0gmbf%2F-MTtqE0XJq9vQlNYzv6j%2Fimage.png?alt=media\&token=d8eaee8f-d0be-4c94-8aa4-ae1670dd2d64)

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MTtq21IzkuOU6N0gmbf%2F-MTtqmZy52xy1vuRYNTU%2Fimage.png?alt=media\&token=5976fdd4-a0df-466c-8361-673581d5f915)
