Skip to content

@sheetkit/node / JsHyperlinkInfo

Interface: JsHyperlinkInfo

Defined in: binding.d.ts:735

Properties

display?

optional display: string

Defined in: binding.d.ts:741

Optional display text.


linkType

linkType: string

Defined in: binding.d.ts:737

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


target

target: string

Defined in: binding.d.ts:739

The target URL, sheet reference, or email address.


tooltip?

optional tooltip: string

Defined in: binding.d.ts:743

Optional tooltip text.

Released under the MIT / Apache-2.0 License.