getArtboardNames

suspend fun getArtboardNames(fileHandle: FileHandle): List<String>

Query the file for available artboard names. Returns on onArtboardsListed.

Return

A list of artboard names in the file.

Parameters

fileHandle

The handle of the file to query.

Throws

If the file handle is invalid.

If the CommandQueue has been released.

If the coroutine is cancelled before the operation completes.