By entering the Interfaces / Components page, you will find a special component called Custom Filters, this is the place where you can add a new JavaScript function, a new filter, or a new variant of an existing filter to your DPS application.
.png?sv=2022-11-02&spr=https&st=2025-11-21T03%3A11%3A01Z&se=2025-11-21T03%3A22%3A01Z&sr=c&sp=r&sig=2nHJ0TL19SeOoFywa2YxIL77hIsVOwg8RYQKci4X2XQ%3D)
Click on the EDIT CUSTOM CODE button, a code area will allow you to write the JavaScript code that will be loaded together with the other components (e.g. built-in filters).
.png?sv=2022-11-02&spr=https&st=2025-11-21T03%3A11%3A01Z&se=2025-11-21T03%3A22%3A01Z&sr=c&sp=r&sig=2nHJ0TL19SeOoFywa2YxIL77hIsVOwg8RYQKci4X2XQ%3D)
The Custom Filters component is designed to add simple JS functions, or register simple filter variants.
If you plan to define reusable and more complex components, we suggest you take a look at the Components Manager.