schema-components - v3.7.0
    Preparing search index...

    Module lit/renderers/scLiteralNullNever

    <sc-literal>, <sc-null>, <sc-never> — Custom Element renderers for the three non-editable leaf types.

    Each emits a single <span> placeholder. The literal renderer displays the literal value (or comma-separated list); the null and never renderers display the em-dash and a never matches italic note respectively. Mirrors the React headless renderers.

    Parts: value.

    Classes

    ScLiteral
    ScNull
    ScNever