document.getTaggedSwatchesPaletteList()
#### Availability
Animate 2020.
#### Usage
document.getTaggedSwatchesPaletteList().
#### Parameters
Nothing.
#### Returns
Array of tagged swatches palette name list.
#### Description
Method;To get the array of Tagged Swatches palette name.
#### Example
The following example returns the array of tagged swatches.
javascript
var document = fl.getDocumentDOM();
var arr = document.getTaggedSwatchesPaletteList();
#### See also
document.getTaggedSwatchByName() (../Document_object/docu6062.md)
document.getTaggedSwatches() (../Document_object/docu6064.md)