Class Part<N>

    Named, addressable region of a TexShape (read-only, template-bound). Reach into part.box for axes/cardinals.

    Type Parameters

    • N extends string = string
    Index

    Constructors

    Properties

    box: Box
    content: Cell<string>
    el: HTMLElement | null = null
    highlighted: Writable<Cell<boolean>> = ...

    Background-tint highlight; written by highlight() and bindParts().

    host: TexShape
    marker: PartMarker
    name: N
    opacity: Writable<Num> = ...