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

859 B
Raw Blame History

Field

Example Usage

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

let value: Field = {
  key: "label",
  title: "Label",
  type: "tag",
  subType: "bitrate",
};

Fields

Field Type Required Description Example
key string N/A label
title string N/A Label
type string N/A tag
subType string N/A bitrate