MarkViewConstructor
The function types used to create mark views.
type MarkViewConstructor = (
mark: Mark,
view: EditorView,
inline: boolean,
) => {dom: HTMLElement;
contentDOM?: HTMLElement;
};§Type
§
(mark: Mark, view: EditorView, inline: boolean) => {
[src]dom: HTMLElement;
contentDOM?: HTMLElement;
}