deep-foundation / deep-foundation/deepcase-app
Cytoscape base query editor
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Independent cyto component.
Works as controllable input, props:
```ts
interface {
value: {}; // recieve query for visualization
onChange: (value) => any; // save in outer logic
}
```

```js
{}
```

```js
{ type: {} }
```

```js
{ type: { out: { } } }
```


```js
{ type: { out: { _or: [{}] } } }
```

```js
{ type: { out: { _or: [{ }, { }] } } }
```
Whay to set value criteria

For example if set + in second example
```js
{ type: { out: { } } }
```
It will be
```js
{ type: { out: { string: { _eq: 'abc' } } } }
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.