Skip to main content
Version: Previous

foundation-layout.layoutreceiveevents

Home > @genesislcap/foundation-layout > LayoutReceiveEvents

LayoutReceiveEvents variable

Defines events that the layout system listens for

'changeTitle' - emit this from a contained item to update the title of the window that contains it.

Signature:

LayoutReceiveEvents: {
readonly changeTitle: "change-title";
}