Files
plexjs/docs/models/field.md

845 B
Raw Blame History

Field

Example Usage

import { Field } from "@lukehagar/plexjs";

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