MdiKern
このコンテンツはまだ日本語訳がありません。
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:101
[[kern:<amount>:text]] — SYNTAX.md §9.
amount is kept as the raw validated string (e.g. “-0.1em”, “+0.3em”),
matching ^[+-]?\d+(\.\d+)?em$ — not decomposed into sign/number, since
it is only ever round-tripped into a CSS custom property value.
Extends
Section titled “Extends”Parent
Properties
Section titled “Properties”amount
Section titled “amount”amount:
string
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:103
children
Section titled “children”children:
MdiPhrasingContent[]
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:104
List of children.
Overrides
Section titled “Overrides”Parent.children
optionaldata?:Data
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/unist/index.d.ts:95
Info from the ecosystem.
Inherited from
Section titled “Inherited from”Parent.data
position?
Section titled “position?”
optionalposition?:Position
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/unist/index.d.ts:103
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
Inherited from
Section titled “Inherited from”Parent.position
type:
"mdiKern"
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:102
Node type.
Overrides
Section titled “Overrides”Parent.type