MarkProps
Defined in: react/markput/src/types.ts:7
Props passed to Mark components.
Properties
Section titled “Properties”children?
Section titled “children?”optional children: ReactNode;Defined in: react/markput/src/types.ts:17
Rendered children content (ReactNode) for nested marks
optional meta: string;Defined in: react/markput/src/types.ts:13
Additional metadata for the mark
nested?
Section titled “nested?”optional nested: string;Defined in: react/markput/src/types.ts:15
Nested content as string (raw, unparsed)
optional slot: ComponentType<MarkProps>;Defined in: react/markput/src/types.ts:9
Custom component to render this mark
value?
Section titled “value?”optional value: string;Defined in: react/markput/src/types.ts:11
Main content value of the mark