view.get_filter
Overview
- Returns the currently active screen post-process filter.
Metadata
| Field | Value |
|---|---|
| Display | Get View Filter |
| Category | view |
| Access | Public |
| Scope | B1Standalone |
| Tags | Experimental |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
filter | string | yes | Currently active filter enum name |
Usage
await inzoi.cli.execute('view.get_filter');