Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Folder

Folders contain the Datasets or Transforms.

Hierarchy

Index

Constructors

constructor

  • new Folder(V: VasatConnection, args?: any): Folder
  • Parameters

    • V: VasatConnection
    • Optional args: any

    Returns Folder

Properties

account

account: Account

canDelete

canDelete: boolean

canWrite

canWrite: boolean

fid

fid: string

parent

parent: Folder

root

root: any

transform

transform: TransformType

Methods

fetchObservable

  • fetchObservable(): any

getIcon

  • getIcon(s: FourDService): "fa-users" | "fa-briefcase" | "fa-folder-o"
  • Returns Font Awesome icon string identifier for folder.

    Parameters

    Returns "fa-users" | "fa-briefcase" | "fa-folder-o"

getMeta

  • getMeta(): object
  • Returns object

set

  • set(a: any): this
  • Updates values of this object with parameter object values.

    Parameters

    • a: any

      The object that you want to copy values of.

    Returns this

toJSON

  • toJSON(): any
  • Parse this object to JSON format.

    Returns any

Generated using TypeDoc