groupShapeProps
See source codeValidation schema for group shape properties. Since group shapes have no visual properties, this is an empty object that serves as a placeholder for the schema system.
groupShapeProps: RecordProps<TLGroupShape>
Example
import { groupShapeProps } from '@tldraw/tlschema'
// Used internally by the validation system
const validator = T.object(groupShapeProps)
Prev
groupShapeMigrationsNext
highlightShapeMigrations