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