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

871 B
Raw Blame History

Field

Example Usage

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

let value: Field = {
  key: "show.title",
  title: "Show Title",
  type: "string",
  subType: "rating",
};

Fields

Field Type Required Description Example
key string ✔️ N/A show.title
title string ✔️ N/A Show Title
type string ✔️ N/A string
subType string N/A rating