GeoShapeOptions

See source code
Table of contents

Extends ShapeOptionsWithDisplayValues<TLGeoShape, GeoShapeUtilDisplayValues>.

interface GeoShapeOptions extends ShapeOptionsWithDisplayValues<
  TLGeoShape,
  GeoShapeUtilDisplayValues
> {}

Properties

showTextOutline

showTextOutline: boolean;

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
FrameShapeUtilDisplayValues
Next
GeoShapeUtilDisplayValues