Files
plexjs/docs/sdk/models/operations/field.md
2024-09-08 03:06:14 +00:00

867 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