Files
plexjs/docs/sdk/models/operations/operator.md

610 B

Operator

Example Usage

import { Operator } from "@lukehagar/plexjs/sdk/models/operations";

let value: Operator = {
  key: "=",
  title: "is",
};

Fields

Field Type Required Description Example
key string ✔️ N/A =
title string ✔️ N/A is