MCPcopy
hub / github.com/basecamp/trix / getTextConfig

Function getTextConfig

src/trix/core/helpers/config.js:24–24  ·  view source on GitHub ↗
(attributeName)

Source from the content-addressed store, hash-verified

22}
23
24export const getTextConfig = (attributeName) => config.textAttributes[attributeName]
25
26export const getTextAttributeNames = () => {
27 if (!textAttributeNames) {

Callers 3

createElementMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…