share

package
v0.0.0-...-41cedfc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2022 License: BSD-3-Clause Imports: 1 Imported by: 1

Documentation

Overview

Package share is for sharing text, links and other content to an arbitrary destination of the user's choice.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ShareData

type ShareData struct {
	Title string
	Text  string
	Url   string
}

dictionary: ShareData

func ShareDataFromJS

func ShareDataFromJS(value js.Value) *ShareData

ShareDataFromJS is allocating a new ShareData object and copy all values in the value javascript object.

func (*ShareData) JSValue

func (_this *ShareData) JSValue() js.Value

JSValue is allocating a new javascript object and copy all values

type Union

type Union struct {
	Value js.Value
}

func UnionFromJS

func UnionFromJS(value js.Value) *Union

func (*Union) JSValue

func (u *Union) JSValue() js.Value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL