appmenifestres

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: 2

Documentation

Overview

Package appmanifestres is resources types for Application Manifest.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalApplicationResource

type ExternalApplicationResource struct {
	Platform     string
	Url          string
	Id           string
	MinVersion   string
	Fingerprints []*Fingerprint
}

dictionary: ExternalApplicationResource

func ExternalApplicationResourceFromJS

func ExternalApplicationResourceFromJS(value js.Value) *ExternalApplicationResource

ExternalApplicationResourceFromJS is allocating a new ExternalApplicationResource object and copy all values in the value javascript object.

func (*ExternalApplicationResource) JSValue

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

JSValue is allocating a new javascript object and copy all values

type Fingerprint

type Fingerprint struct {
	Type  string
	Value string
}

dictionary: Fingerprint

func FingerprintFromJS

func FingerprintFromJS(value js.Value) *Fingerprint

FingerprintFromJS is allocating a new Fingerprint object and copy all values in the value javascript object.

func (*Fingerprint) JSValue

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

JSValue is allocating a new javascript object and copy all values

type ImageResource

type ImageResource struct {
	Src      string
	Sizes    string
	Type     string
	Purpose  string
	Platform string
}

dictionary: ImageResource

func ImageResourceFromJS

func ImageResourceFromJS(value js.Value) *ImageResource

ImageResourceFromJS is allocating a new ImageResource object and copy all values in the value javascript object.

func (*ImageResource) JSValue

func (_this *ImageResource) 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