Skip to content

gi-nx


gi-nx / setIsolatedFeatures

ts
function setIsolatedFeatures(featureIds: string[]): void;

Set the features that should be isolated in isolate mode. Enables isolate mode if not already enabled.

Parameters

ParameterTypeDescription
featureIdsstring[]the feature ids to isolate. If empty, it will clear the isolated features.

Returns

void

void