TLBaseShape
Table of contents
Extends BaseRecord<'shape', TLShapeId>
.
interface TLBaseShape<Type extends string, Props extends object>
extends BaseRecord<'shape', TLShapeId> {}
Properties
from
BaseRecord
readonly id: Id
index: IndexKey
isLocked: boolean
meta: JsonObject
opacity: TLOpacityType
parentId: TLParentId
props: Props
rotation: number
type: Type
from
BaseRecord
readonly typeName: TypeName
x: number
y: number