sdk.createboardparams
Home > @kittl/sdk > CreateBoardParams
CreateBoardParams type
Parameters for creating a new artboard.
Signature:
export type CreateBoardParams = Omit<CreateElementWithPositionAndSize, 'size' | 'boardId'> & {
title?: string;
size: {
width: number;
height: number;
};
};
References: CreateElementWithPositionAndSize