[]
        
(Showing Draft Content)

ILinkOptions Interface

ILinkOptions Interface

Specifies parameters used to create cell hyperlinks with the CellMaker.makeLink method.

Heirarchy

Properties

Optional attributes

attributes: object

Object with attributes to apply to the cell content element.

Optional click

click: ICellMakerClickHandler

Function to be executed when the element is clicked.

Optional cssClass

cssClass: string

Template string used to set the element's CSS class names.

Optional href

href: string

Template string used to set the link's href attribute.

Optional label

label: string

Template string used to set the element's "aria-label" attribute.

Optional text

text: string

Template string used to set the element's display text.