For the complete documentation index, see llms.txt. This page is also available as Markdown.

getHoverPrefix

getHoverPrefix utility function

Utility function for core.

Signature

getHoverPrefix(node = {},
    applyTo = "",
    hoverGroup = "self",
    customId = "")

Parameters

Parameter
Description

node

-

applyTo

-

hoverGroup

-

customId

-

Usage

const transformHook = (rw) => {
    const classes = getHoverPrefix(rw);
};

Last updated

Was this helpful?