HtmlDeserializerOptions
Defined in: block-tools/src/types.ts:70
Properties
Section titled “Properties”keyGenerator()?
Section titled “keyGenerator()?”
optional
keyGenerator: () =>string
Defined in: block-tools/src/types.ts:71
Returns
Section titled “Returns”string
matchers?
Section titled “matchers?”
optional
matchers:SchemaMatchers
Defined in: block-tools/src/types.ts:79
Custom schema matchers to use when deserializing HTML to Portable Text.
parseHtml?
Section titled “parseHtml?”
optional
parseHtml:HtmlParser
Defined in: block-tools/src/types.ts:73
rules?
Section titled “rules?”
optional
rules:DeserializerRule
[]
Defined in: block-tools/src/types.ts:72
unstable_whitespaceOnPasteMode?
Section titled “unstable_whitespaceOnPasteMode?”
optional
unstable_whitespaceOnPasteMode:WhiteSpacePasteMode
Defined in: block-tools/src/types.ts:74