Member Junction
    Preparing search index...

    Context provided to hook callbacks, giving hooks access to the root and container information they need.

    interface RootHookContext {
        componentId?: string;
        container: HTMLElement;
        rootId: string;
    }
    Index

    Properties

    componentId?: string

    Optional component ID for resource tracking

    container: HTMLElement

    The DOM container element for this root

    rootId: string

    The root ID assigned by ReactRootManager