Skip to content

@sheetkit/node / JsHyperlinkOptions

Interface: JsHyperlinkOptions

Defined in: binding.d.ts:688

Properties

display?

optional display: string

Defined in: binding.d.ts:694

Optional display text.


linkType

linkType: string

Defined in: binding.d.ts:690

Type of hyperlink: "external", "internal", or "email".


target

target: string

Defined in: binding.d.ts:692

The target URL, sheet reference, or email address.


tooltip?

optional tooltip: string

Defined in: binding.d.ts:696

Optional tooltip text.

Released under the MIT / Apache-2.0 License.