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

    Detail payload emitted on the sc-change Custom Event.

    The event bubbles and is composed so cross-Shadow-DOM listeners (e.g. the orchestrating <schema-component> outside the child's shadow tree) receive it without breaking encapsulation.

    interface ScChangeEventDetail {
        value: unknown;
        path: string;
    }
    Index

    Properties

    Properties

    value: unknown
    path: string

    Path of the field that produced the change.