PaletteListType Class Reference

The JavaScript class for getting the palette list type. Obtain it from Constants. More...

Properties

int Scene
 The PaletteList is a Scene palette list if its. More...
 
int Element
 Represent the Job location of the project. A palette created with this location would be stored in the job folder. More...
 
int Hidden
 Represent the Scene location of the project. A palette created with this location would be stored in the scene folder. More...
 
int Unspecified
 The palette list type is unspecified. Maybe the palette list is invalid. More...
 

Detailed Description

The JavaScript class for getting the palette list type. Obtain it from Constants.

Defines the types of palette list. They can be Scene, Element, Hidden or Unspecified.

var paletteListType = PaletteObjectManager.Constants.PaletteListType.Scene;

Property Documentation

◆ Element

int PaletteListType::Element
read

Represent the Job location of the project. A palette created with this location would be stored in the job folder.

◆ Hidden

int PaletteListType::Hidden
read

Represent the Scene location of the project. A palette created with this location would be stored in the scene folder.

◆ Scene

int PaletteListType::Scene
read

The PaletteList is a Scene palette list if its.

◆ Unspecified

int PaletteListType::Unspecified
read

The palette list type is unspecified. Maybe the palette list is invalid.