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

    Main Event Data Object Interface

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

    Type Parameters

    • R
    • L
    • S
    Index

    Properties

    Properties

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