Skip to content

PopoverLink

andy.rothwell edited this page Jun 3, 2019 · 4 revisions

Popover Link

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'
  }
},
Clone this wiki locally