Skip to content

@sheetkit/node / JsHyperlinkInfo

Interface: JsHyperlinkInfo

Defined in: binding.d.ts:677

Properties

display?

optional display: string

Defined in: binding.d.ts:683

Optional display text.


linkType

linkType: string

Defined in: binding.d.ts:679

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


target

target: string

Defined in: binding.d.ts:681

The target URL, sheet reference, or email address.


tooltip?

optional tooltip: string

Defined in: binding.d.ts:685

Optional tooltip text.

Released under the MIT / Apache-2.0 License.