Node with a fallback.

interface Alternative {
    alt?: null | string;
}

Hierarchy (view full)

Properties

Properties

alt?: null | string

Equivalent content for environments that cannot represent the node as intended.