Member Junction
    Preparing search index...

    Event payload for the per-view-type configuration change lifecycle.

    interface ViewTypeConfigChangeEventArgs {
        Cancel: boolean;
        Config: Record<string, unknown>;
        ViewTypeID: string;
    }
    Index

    Properties

    Cancel: boolean

    Set to true in a EntityViewerComponent.BeforeViewTypeConfigChange handler to veto.

    Config: Record<string, unknown>

    The new configuration payload (shape owned by the plug-in).

    ViewTypeID: string

    The MJ: View Types row ID whose config changed.