@rcsb/rcsb-saguaro-3d
    Preparing search index...

    Interface RcsbFvContextManagerInterface<T, R, S, U>

    Main Event Data Object Interface

    interface RcsbFvContextManagerInterface<T, R, S, U> {
        eventData:
            | string
            | UpdateConfigInterface<T, R, S, U>
            | ((plugin: PluginContext) => void);
        eventType: EventType;
    }

    Type Parameters

    • T
    • R
    • S
    • U
    Index

    Properties

    Properties

    eventData:
        | string
        | UpdateConfigInterface<T, R, S, U>
        | ((plugin: PluginContext) => void)
    eventType: EventType