bookmarkShapeProps

See source code

Validation schema for bookmark shape properties.

bookmarkShapeProps: RecordProps<TLBookmarkShape>;

Example

// Validates bookmark shape properties
const isValid = bookmarkShapeProps.url.isValid("https://example.com");
Prev
bookmarkShapeMigrations
Next
boxModelValidator