Skip to main content

sdk.getexportoptions.target

Home > @kittl/sdk > GetExportOptions > target

GetExportOptions.target property

The target board or nodes (objects or groups) to export.

Signature:

target: {
boardId: string;
} | {
nodeIds: string[];
};