Arc.React
    Preparing search index...

    Interface IMessengerScopeProps

    interface IMessengerScopeProps {
        bubbleToParent?: boolean;
        children?: Element | Element[];
        trickleDownToChildren?: boolean;
    }
    Index

    Properties

    bubbleToParent?: boolean

    Whether messages published in this scope should bubble to parent scope. Defaults to false.

    children?: Element | Element[]
    trickleDownToChildren?: boolean

    Whether messages in this scope should trickle down to child scopes. Defaults to true.