@inweb/viewer-visualize
    Preparing search index...

    Interface OptionsChangeEvent

    An event that fires when options has been changed.

    interface OptionsChangeEvent {
        data: IOptions;
        type: "optionschange";
    }
    Index

    Properties

    Properties

    data: IOptions

    New options.

    type: "optionschange"

    Event type.