React Hookers - v6.3.0
    Preparing search index...

    Interface DelegateValue<P, E>

    A value delegated to children of the DelegateContext.Provider.

    interface DelegateValue<P = {}, E = any> {
        props?: P;
        ref?: Ref<E>;
    }

    Type Parameters

    • P = {}

      Delegated props.

    • E = any

      An element to which props are delegated.

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    props?: P

    Delegated props.

    ref?: Ref<E>

    A reference that must be added to an element to which props are delegated.