ArtboardHandle

value class ArtboardHandle(val handle: Long)

A handle to an artboard instance on the CommandServer. Created with CommandQueue.createDefaultArtboard or CommandQueue.createArtboardByName and deleted with CommandQueue.deleteArtboard.

Parameters

handle

The handle issued by the native CommandQueue.

Constructors

Link copied to clipboard
constructor(handle: Long)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String