Type Alias PythonFilterDefinitionBeta

PythonFilterDefinition: {
    code: string;
    type: "python";
}

Type representing a Python filter definition.

Type declaration

  • Betacode: string

    The Python code defining the filter.

  • Betatype: "python"

    The type of the filter, always 'python' for this type.