Skip to main content
Version: 7.25.4

Overlay Attach (Tooltips)

Controls overlay attach options

const options = {
overlay: {
attach: {
layoutId: "someLayout",
anchor: {
id: "bottomTab1",
gravity: 'top',
},
},
}
}

layoutId#

Layout id in which the wanted tooltip (attached overlay) will be shown, for example pass bottomTabs id to have the overlay shown at bottom tabs level.

TypeRequiredPlatform
stringYesBoth

anchor.id#

The id of the RNN view to have the overlay anchored to.

TypeRequiredPlatform
stringYesBoth

anchor.gravity#

A side on which the overlay will be anchored.

TypeRequiredPlatform
enum('top','left','right','bottom')YesBoth