Skip to main content

sdk.updateartboardparams

Home > @kittl/sdk > UpdateArtboardParams

UpdateArtboardParams type

Parameters for updating artboard properties. Allows partial updates to any artboard property including nested artboard options.

Signature:

export type UpdateArtboardParams = {
id: string;
artboard?: Partial<ArtboardOptions>;
title?: string;
texture?: TextureOptions;
backgroundImage?: BackgroundImageOptions;
};

References: TextureOptions, BackgroundImageOptions