-
Notifications
You must be signed in to change notification settings - Fork 3
PopoverLink
andy.rothwell edited this page Jun 3, 2019
·
4 revisions
A Popover Link can be added anywhere (inside of other components, inside of table cells, etc.). When clicked, they will cause a Popover to open.
slots:
slot | description or example |
---|---|
value | |
transforms | |
nullValue | |
popoverTransforms | |
popoverNullValue | |
popoverPreText | |
popoverPostText | |
shouldShowValue |
Example:
{
type: 'PopoverLink',
options: {
height: '92%',
customStyle: { 'color': 'white', 'border-bottom': '0px' },
components: [
{
type: 'about'
}
]
},
slots: {
shouldShowValue: false,
value: 'Help'
}
},