Button that comes with the popover mixin. Essentially only difference between this and FwPopoverIcon is that the tagName is button rather than i.

Show:
click ()

Captures the click of a button and calls an optional "action" property

action

Unknown

Either closure action to call when the button is clicked

container

Unknown

Container for the popover, set to 'body' to prevent parent styling from modifying the popover

content

Unknown

Content of the popover

placement

Unknown

Placement of the popover (top, bottom, left, right, or auto) auto is a special placement which will appear top or bottom based on location on the screen

popoverTrigger

Unknown

Trigger of the popover (hover, click, focus, or pinnable) pinnable is special behavior which supports both click and hover

title

Unknown

Title of the popover