Skip to main content

sdk.appstateapi.setselectedlayersids

Home > @kittl/sdk > AppStateAPI > setSelectedLayersIds

AppStateAPI.setSelectedLayersIds() method

Sets the selected layer IDs.

Signature:

setSelectedLayersIds(ids: string[]): void;

Parameters

Parameter

Type

Description

ids

string[]

Array of layer IDs to select

Returns:

void