Member Junction
    Preparing search index...

    State change event emitted when component state updates

    interface StateChangeEvent {
        path: string;
        value: any;
    }
    Index

    Properties

    Properties

    path: string
    value: any