Hi,
I asked this in the designer discussions section earlier but I realise this is the better place to ask (oops).
I'm building a custom tool using the UI (Python & React) SDK and wanted to include an Expression Editor in my tool. However, after searching the documentation, a lot of googling, and digging through the SDK files (including the index.js file components are imported from), I can’t find a reference to the Expression Editor anywhere.
I expected to be able to import it by just adding it to this line in my code:
import { AyxAppWrapper, Grid, makeStyles, Theme, Autocomplete, TextField, Button, Box, Card } from '@alteryx/ui';But as far as I can see it doesn't exist or it's hidden quite well.
Is it possible to use add an Expression Editor in a custom tool? If so I'd appreciate being pointed in the right direction. Otherwise I'd be grateful for any suggestions on workarounds.
Thank you!