ShapeOptionsWithDisplayValues

See source code
Table of contents
interface ShapeOptionsWithDisplayValues<
  Shape extends TLShape,
  DisplayValues extends object,
> {}

Methods

getCustomDisplayValues

Parameters

NameDescription

editor

Editor;

shape

Shape;

theme

TLTheme;

colorMode

"dark" | "light";

Returns

Partial<DisplayValues>;

getDefaultDisplayValues

Parameters

NameDescription

editor

Editor;

shape

Shape;

theme

TLTheme;

colorMode

"dark" | "light";

Returns

DisplayValues;

Prev
RichTextSVGProps
Next
SolidPathBuilderOpts