RenderHTMLProps
export
type RenderHTMLProps<> = anyDefined in packages/render/src/shared-types.ts
Fields
allowedStyles
allowedStyles?: CSSPropertyNameList;baseStyle
baseStyle?: MixedStyleDeclaration;bypassAnonymousTPhrasingNodes
bypassAnonymousTPhrasingNodes?: boolean;classesStyles
classesStyles?: Readonly<Record<string, MixedStyleDeclaration>>;computeEmbeddedMaxWidth
contentWidth
contentWidth?: number;customHTMLElementModels
customHTMLElementModels?: HTMLElementModelRecord;customListStyleSpecs
customListStyleSpecs?: Record<string, ListStyleSpec>;dangerouslyDisableHoisting
dangerouslyDisableHoisting?: boolean;dangerouslyDisableWhitespaceCollapsing
dangerouslyDisableWhitespaceCollapsing?: boolean;debug
debug?: boolean;defaultTextProps
defaultTextProps?: TextProps;defaultViewProps
defaultViewProps?: ViewProps;defaultWebViewProps
defaultWebViewProps?: any;domVisitors
domVisitors?: DomVisitorCallbacks;emSize
emSize?: number;enableCSSInlineProcessing
enableCSSInlineProcessing?: boolean;enableExperimentalBRCollapsing
enableExperimentalBRCollapsing?: boolean;enableExperimentalGhostLinesPrevention
enableExperimentalGhostLinesPrevention?: boolean;enableExperimentalMarginCollapsing
enableExperimentalMarginCollapsing?: boolean;enableUserAgentStyles
enableUserAgentStyles?: boolean;fallbackFonts
fallbackFonts?: FallbackFontsDefinitions;GenericPressable
GenericPressable?: ComponentType<GenericPressableProps>;htmlParserOptions
htmlParserOptions?: ParserOptions;idsStyles
idsStyles?: Readonly<Record<string, MixedStyleDeclaration>>;ignoredDomTags
ignoredDomTags?: Array<string>;ignoreDomNode
ignoredStyles
ignoredStyles?: CSSPropertyNameList;onDocumentMetadataLoaded
onHTMLLoaded
onTTreeChange
pressableHightlightColor
pressableHightlightColor?: string;provideEmbeddedHeaders
provideEmbeddedHeaders?: EmbeddedHeadersProvider;remoteErrorView
remoteLoadingView
renderers
renderers?: CustomTagRendererRecord;renderersProps
renderersProps?: Partial<RenderersProps>;selectDomRoot
setMarkersForTNode
setMarkersForTNode?: SetMarkersForTNode;source
source: HTMLSource;systemFonts
systemFonts?: Array<string>;tagsStyles
tagsStyles?: Readonly<Record<string, MixedStyleDeclaration>>;WebView
WebView?: ComponentType<any>;