HTMLElementModel
export
Fields
contentModel
contentModel: M;getMixedUAStyles
getReactNativeProps
getReactNativeProps: function __type( tnode: ExtractTNodeFromType<TNodeType>, preGeneratedProps: ReactNativePropsSwitch | null, element: Element) : void | ReactNativePropsDefinitions | null | undefined | undefined;getUADerivedStyleFromAttributes
getUADerivedStyleFromAttributes: function __type( attributes: Record<string, string>, markers: Markers) : MixedStyleDeclaration | null | undefined;isOpaque
isOpaque: boolean;isVoid
isVoid: boolean;mixedUAStyles
mixedUAStyles?: MixedStyleDeclaration;reactNativeProps
reactNativeProps?: ReactNativePropsDefinitions;setMarkersForTNode
setMarkersForTNode?: SetMarkersForTNode;tagName
tagName: T;Methods
extend
Parameters
merger
isTranslatableBlock
function isTranslatableBlock() : booleanisTranslatableTextual
function isTranslatableTextual() : booleanfromCustomModel
static
function fromCustomModel( template: CustomElementModel<CustomTags, ContentModel>) : HTMLElementModel<CustomTags, ContentModel>Parameters
template
fromNativeModel
static
function fromNativeModel( nativeElementModel: NativeElementModel<TN, E>) : HTMLElementModel<TN, mixed | block | textual | none>Parameters
nativeElementModel