tabgroups

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Rendered for js/wasm

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FuncGet

func FuncGet() (fn js.Func[func(groupId int64) js.Promise[TabGroup]])

FuncGet returns the function "WEBEXT.tabGroups.get".

func FuncHasOnCreated

func FuncHasOnCreated() (fn js.Func[func(callback js.Func[func(group *TabGroup)]) bool])

FuncHasOnCreated returns the function "WEBEXT.tabGroups.onCreated.hasListener".

func FuncHasOnMoved

func FuncHasOnMoved() (fn js.Func[func(callback js.Func[func(group *TabGroup)]) bool])

FuncHasOnMoved returns the function "WEBEXT.tabGroups.onMoved.hasListener".

func FuncHasOnRemoved

func FuncHasOnRemoved() (fn js.Func[func(callback js.Func[func(group *TabGroup)]) bool])

FuncHasOnRemoved returns the function "WEBEXT.tabGroups.onRemoved.hasListener".

func FuncHasOnUpdated

func FuncHasOnUpdated() (fn js.Func[func(callback js.Func[func(group *TabGroup)]) bool])

FuncHasOnUpdated returns the function "WEBEXT.tabGroups.onUpdated.hasListener".

func FuncMove

func FuncMove() (fn js.Func[func(groupId int64, moveProperties MoveArgMoveProperties) js.Promise[TabGroup]])

FuncMove returns the function "WEBEXT.tabGroups.move".

func FuncOffCreated

func FuncOffCreated() (fn js.Func[func(callback js.Func[func(group *TabGroup)])])

FuncOffCreated returns the function "WEBEXT.tabGroups.onCreated.removeListener".

func FuncOffMoved

func FuncOffMoved() (fn js.Func[func(callback js.Func[func(group *TabGroup)])])

FuncOffMoved returns the function "WEBEXT.tabGroups.onMoved.removeListener".

func FuncOffRemoved

func FuncOffRemoved() (fn js.Func[func(callback js.Func[func(group *TabGroup)])])

FuncOffRemoved returns the function "WEBEXT.tabGroups.onRemoved.removeListener".

func FuncOffUpdated

func FuncOffUpdated() (fn js.Func[func(callback js.Func[func(group *TabGroup)])])

FuncOffUpdated returns the function "WEBEXT.tabGroups.onUpdated.removeListener".

func FuncOnCreated

func FuncOnCreated() (fn js.Func[func(callback js.Func[func(group *TabGroup)])])

FuncOnCreated returns the function "WEBEXT.tabGroups.onCreated.addListener".

func FuncOnMoved

func FuncOnMoved() (fn js.Func[func(callback js.Func[func(group *TabGroup)])])

FuncOnMoved returns the function "WEBEXT.tabGroups.onMoved.addListener".

func FuncOnRemoved

func FuncOnRemoved() (fn js.Func[func(callback js.Func[func(group *TabGroup)])])

FuncOnRemoved returns the function "WEBEXT.tabGroups.onRemoved.addListener".

func FuncOnUpdated

func FuncOnUpdated() (fn js.Func[func(callback js.Func[func(group *TabGroup)])])

FuncOnUpdated returns the function "WEBEXT.tabGroups.onUpdated.addListener".

func FuncQuery

func FuncQuery() (fn js.Func[func(queryInfo QueryArgQueryInfo) js.Promise[js.Array[TabGroup]]])

FuncQuery returns the function "WEBEXT.tabGroups.query".

func FuncUpdate

func FuncUpdate() (fn js.Func[func(groupId int64, updateProperties UpdateArgUpdateProperties) js.Promise[TabGroup]])

FuncUpdate returns the function "WEBEXT.tabGroups.update".

func Get

func Get(groupId int64) (ret js.Promise[TabGroup])

Get calls the function "WEBEXT.tabGroups.get" directly.

func HasFuncGet

func HasFuncGet() bool

HasFuncGet returns true if the function "WEBEXT.tabGroups.get" exists.

func HasFuncHasOnCreated

func HasFuncHasOnCreated() bool

HasFuncHasOnCreated returns true if the function "WEBEXT.tabGroups.onCreated.hasListener" exists.

func HasFuncHasOnMoved

func HasFuncHasOnMoved() bool

HasFuncHasOnMoved returns true if the function "WEBEXT.tabGroups.onMoved.hasListener" exists.

func HasFuncHasOnRemoved

func HasFuncHasOnRemoved() bool

HasFuncHasOnRemoved returns true if the function "WEBEXT.tabGroups.onRemoved.hasListener" exists.

func HasFuncHasOnUpdated

func HasFuncHasOnUpdated() bool

HasFuncHasOnUpdated returns true if the function "WEBEXT.tabGroups.onUpdated.hasListener" exists.

func HasFuncMove

func HasFuncMove() bool

HasFuncMove returns true if the function "WEBEXT.tabGroups.move" exists.

func HasFuncOffCreated

func HasFuncOffCreated() bool

HasFuncOffCreated returns true if the function "WEBEXT.tabGroups.onCreated.removeListener" exists.

func HasFuncOffMoved

func HasFuncOffMoved() bool

HasFuncOffMoved returns true if the function "WEBEXT.tabGroups.onMoved.removeListener" exists.

func HasFuncOffRemoved

func HasFuncOffRemoved() bool

HasFuncOffRemoved returns true if the function "WEBEXT.tabGroups.onRemoved.removeListener" exists.

func HasFuncOffUpdated

func HasFuncOffUpdated() bool

HasFuncOffUpdated returns true if the function "WEBEXT.tabGroups.onUpdated.removeListener" exists.

func HasFuncOnCreated

func HasFuncOnCreated() bool

HasFuncOnCreated returns true if the function "WEBEXT.tabGroups.onCreated.addListener" exists.

func HasFuncOnMoved

func HasFuncOnMoved() bool

HasFuncOnMoved returns true if the function "WEBEXT.tabGroups.onMoved.addListener" exists.

func HasFuncOnRemoved

func HasFuncOnRemoved() bool

HasFuncOnRemoved returns true if the function "WEBEXT.tabGroups.onRemoved.addListener" exists.

func HasFuncOnUpdated

func HasFuncOnUpdated() bool

HasFuncOnUpdated returns true if the function "WEBEXT.tabGroups.onUpdated.addListener" exists.

func HasFuncQuery

func HasFuncQuery() bool

HasFuncQuery returns true if the function "WEBEXT.tabGroups.query" exists.

func HasFuncUpdate

func HasFuncUpdate() bool

HasFuncUpdate returns true if the function "WEBEXT.tabGroups.update" exists.

func HasOnCreated

func HasOnCreated(callback js.Func[func(group *TabGroup)]) (ret bool)

HasOnCreated calls the function "WEBEXT.tabGroups.onCreated.hasListener" directly.

func HasOnMoved

func HasOnMoved(callback js.Func[func(group *TabGroup)]) (ret bool)

HasOnMoved calls the function "WEBEXT.tabGroups.onMoved.hasListener" directly.

func HasOnRemoved

func HasOnRemoved(callback js.Func[func(group *TabGroup)]) (ret bool)

HasOnRemoved calls the function "WEBEXT.tabGroups.onRemoved.hasListener" directly.

func HasOnUpdated

func HasOnUpdated(callback js.Func[func(group *TabGroup)]) (ret bool)

HasOnUpdated calls the function "WEBEXT.tabGroups.onUpdated.hasListener" directly.

func Move

func Move(groupId int64, moveProperties MoveArgMoveProperties) (ret js.Promise[TabGroup])

Move calls the function "WEBEXT.tabGroups.move" directly.

func OffCreated

func OffCreated(callback js.Func[func(group *TabGroup)]) (ret js.Void)

OffCreated calls the function "WEBEXT.tabGroups.onCreated.removeListener" directly.

func OffMoved

func OffMoved(callback js.Func[func(group *TabGroup)]) (ret js.Void)

OffMoved calls the function "WEBEXT.tabGroups.onMoved.removeListener" directly.

func OffRemoved

func OffRemoved(callback js.Func[func(group *TabGroup)]) (ret js.Void)

OffRemoved calls the function "WEBEXT.tabGroups.onRemoved.removeListener" directly.

func OffUpdated

func OffUpdated(callback js.Func[func(group *TabGroup)]) (ret js.Void)

OffUpdated calls the function "WEBEXT.tabGroups.onUpdated.removeListener" directly.

func OnCreated

func OnCreated(callback js.Func[func(group *TabGroup)]) (ret js.Void)

OnCreated calls the function "WEBEXT.tabGroups.onCreated.addListener" directly.

func OnMoved

func OnMoved(callback js.Func[func(group *TabGroup)]) (ret js.Void)

OnMoved calls the function "WEBEXT.tabGroups.onMoved.addListener" directly.

func OnRemoved

func OnRemoved(callback js.Func[func(group *TabGroup)]) (ret js.Void)

OnRemoved calls the function "WEBEXT.tabGroups.onRemoved.addListener" directly.

func OnUpdated

func OnUpdated(callback js.Func[func(group *TabGroup)]) (ret js.Void)

OnUpdated calls the function "WEBEXT.tabGroups.onUpdated.addListener" directly.

func Query

func Query(queryInfo QueryArgQueryInfo) (ret js.Promise[js.Array[TabGroup]])

Query calls the function "WEBEXT.tabGroups.query" directly.

func SetTAB_GROUP_ID_NONE

func SetTAB_GROUP_ID_NONE(val js.String) bool

SetTAB_GROUP_ID_NONE sets the value of property "WEBEXT.tabGroups.TAB_GROUP_ID_NONE" to val.

It returns false if the property cannot be set.

func TAB_GROUP_ID_NONE

func TAB_GROUP_ID_NONE() (ret js.String, ok bool)

TAB_GROUP_ID_NONE returns the value of property "WEBEXT.tabGroups.TAB_GROUP_ID_NONE".

The returned bool will be false if there is no such property.

func TryGet

func TryGet(groupId int64) (ret js.Promise[TabGroup], exception js.Any, ok bool)

TryGet calls the function "WEBEXT.tabGroups.get" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryHasOnCreated

func TryHasOnCreated(callback js.Func[func(group *TabGroup)]) (ret bool, exception js.Any, ok bool)

TryHasOnCreated calls the function "WEBEXT.tabGroups.onCreated.hasListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryHasOnMoved

func TryHasOnMoved(callback js.Func[func(group *TabGroup)]) (ret bool, exception js.Any, ok bool)

TryHasOnMoved calls the function "WEBEXT.tabGroups.onMoved.hasListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryHasOnRemoved

func TryHasOnRemoved(callback js.Func[func(group *TabGroup)]) (ret bool, exception js.Any, ok bool)

TryHasOnRemoved calls the function "WEBEXT.tabGroups.onRemoved.hasListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryHasOnUpdated

func TryHasOnUpdated(callback js.Func[func(group *TabGroup)]) (ret bool, exception js.Any, ok bool)

TryHasOnUpdated calls the function "WEBEXT.tabGroups.onUpdated.hasListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryMove

func TryMove(groupId int64, moveProperties MoveArgMoveProperties) (ret js.Promise[TabGroup], exception js.Any, ok bool)

TryMove calls the function "WEBEXT.tabGroups.move" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryOffCreated

func TryOffCreated(callback js.Func[func(group *TabGroup)]) (ret js.Void, exception js.Any, ok bool)

TryOffCreated calls the function "WEBEXT.tabGroups.onCreated.removeListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryOffMoved

func TryOffMoved(callback js.Func[func(group *TabGroup)]) (ret js.Void, exception js.Any, ok bool)

TryOffMoved calls the function "WEBEXT.tabGroups.onMoved.removeListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryOffRemoved

func TryOffRemoved(callback js.Func[func(group *TabGroup)]) (ret js.Void, exception js.Any, ok bool)

TryOffRemoved calls the function "WEBEXT.tabGroups.onRemoved.removeListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryOffUpdated

func TryOffUpdated(callback js.Func[func(group *TabGroup)]) (ret js.Void, exception js.Any, ok bool)

TryOffUpdated calls the function "WEBEXT.tabGroups.onUpdated.removeListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryOnCreated

func TryOnCreated(callback js.Func[func(group *TabGroup)]) (ret js.Void, exception js.Any, ok bool)

TryOnCreated calls the function "WEBEXT.tabGroups.onCreated.addListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryOnMoved

func TryOnMoved(callback js.Func[func(group *TabGroup)]) (ret js.Void, exception js.Any, ok bool)

TryOnMoved calls the function "WEBEXT.tabGroups.onMoved.addListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryOnRemoved

func TryOnRemoved(callback js.Func[func(group *TabGroup)]) (ret js.Void, exception js.Any, ok bool)

TryOnRemoved calls the function "WEBEXT.tabGroups.onRemoved.addListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryOnUpdated

func TryOnUpdated(callback js.Func[func(group *TabGroup)]) (ret js.Void, exception js.Any, ok bool)

TryOnUpdated calls the function "WEBEXT.tabGroups.onUpdated.addListener" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryQuery

func TryQuery(queryInfo QueryArgQueryInfo) (ret js.Promise[js.Array[TabGroup]], exception js.Any, ok bool)

TryQuery calls the function "WEBEXT.tabGroups.query" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func TryUpdate

func TryUpdate(groupId int64, updateProperties UpdateArgUpdateProperties) (ret js.Promise[TabGroup], exception js.Any, ok bool)

TryUpdate calls the function "WEBEXT.tabGroups.update" in a try/catch block and returns (_, err, ok = false) when it went through the catch clause.

func Update

func Update(groupId int64, updateProperties UpdateArgUpdateProperties) (ret js.Promise[TabGroup])

Update calls the function "WEBEXT.tabGroups.update" directly.

Types

type Color

type Color uint32
const (
	Color_GREY Color
	Color_BLUE
	Color_RED
	Color_YELLOW
	Color_GREEN
	Color_PINK
	Color_PURPLE
	Color_CYAN
	Color_ORANGE
)

func (Color) FromRef

func (Color) FromRef(str js.Ref) Color

func (Color) String

func (x Color) String() (string, bool)

type MoveArgMoveProperties

type MoveArgMoveProperties struct {
	// Index is "MoveArgMoveProperties.index"
	//
	// Required
	Index int64
	// WindowId is "MoveArgMoveProperties.windowId"
	//
	// Optional
	//
	// NOTE: FFI_USE_WindowId MUST be set to true to make this field effective.
	WindowId int64

	FFI_USE_WindowId bool // for WindowId.

	FFI_USE bool
}

func (*MoveArgMoveProperties) FreeMembers

func (p *MoveArgMoveProperties) FreeMembers(recursive bool)

FreeMembers frees fields with heap reference, if recursive is true free all heap references reachable from p.

func (MoveArgMoveProperties) FromRef

FromRef calls UpdateFrom and returns a MoveArgMoveProperties with all fields set.

func (MoveArgMoveProperties) New

func (p MoveArgMoveProperties) New() js.Ref

New creates a new MoveArgMoveProperties in the application heap.

func (*MoveArgMoveProperties) Update

func (p *MoveArgMoveProperties) Update(ref js.Ref)

Update writes all fields of the p to the heap object referenced by ref.

func (*MoveArgMoveProperties) UpdateFrom

func (p *MoveArgMoveProperties) UpdateFrom(ref js.Ref)

UpdateFrom copies value of all fields of the heap object to p.

type OnCreatedEventCallback

type OnCreatedEventCallback[T any] struct {
	Fn  func(arg T, this js.Ref, group *TabGroup) js.Ref
	Arg T
}

func (*OnCreatedEventCallback[T]) DispatchCallback

func (cb *OnCreatedEventCallback[T]) DispatchCallback(
	targetPC uintptr, ctx *js.CallbackContext,
)

func (*OnCreatedEventCallback[T]) Register

func (cb *OnCreatedEventCallback[T]) Register() js.Func[func(group *TabGroup)]

type OnCreatedEventCallbackFunc

type OnCreatedEventCallbackFunc func(this js.Ref, group *TabGroup) js.Ref

func (OnCreatedEventCallbackFunc) DispatchCallback

func (fn OnCreatedEventCallbackFunc) DispatchCallback(
	targetPC uintptr, ctx *js.CallbackContext,
)

func (OnCreatedEventCallbackFunc) Register

func (fn OnCreatedEventCallbackFunc) Register() js.Func[func(group *TabGroup)]

type OnMovedEventCallback

type OnMovedEventCallback[T any] struct {
	Fn  func(arg T, this js.Ref, group *TabGroup) js.Ref
	Arg T
}

func (*OnMovedEventCallback[T]) DispatchCallback

func (cb *OnMovedEventCallback[T]) DispatchCallback(
	targetPC uintptr, ctx *js.CallbackContext,
)

func (*OnMovedEventCallback[T]) Register

func (cb *OnMovedEventCallback[T]) Register() js.Func[func(group *TabGroup)]

type OnMovedEventCallbackFunc

type OnMovedEventCallbackFunc func(this js.Ref, group *TabGroup) js.Ref

func (OnMovedEventCallbackFunc) DispatchCallback

func (fn OnMovedEventCallbackFunc) DispatchCallback(
	targetPC uintptr, ctx *js.CallbackContext,
)

func (OnMovedEventCallbackFunc) Register

func (fn OnMovedEventCallbackFunc) Register() js.Func[func(group *TabGroup)]

type OnRemovedEventCallback

type OnRemovedEventCallback[T any] struct {
	Fn  func(arg T, this js.Ref, group *TabGroup) js.Ref
	Arg T
}

func (*OnRemovedEventCallback[T]) DispatchCallback

func (cb *OnRemovedEventCallback[T]) DispatchCallback(
	targetPC uintptr, ctx *js.CallbackContext,
)

func (*OnRemovedEventCallback[T]) Register

func (cb *OnRemovedEventCallback[T]) Register() js.Func[func(group *TabGroup)]

type OnRemovedEventCallbackFunc

type OnRemovedEventCallbackFunc func(this js.Ref, group *TabGroup) js.Ref

func (OnRemovedEventCallbackFunc) DispatchCallback

func (fn OnRemovedEventCallbackFunc) DispatchCallback(
	targetPC uintptr, ctx *js.CallbackContext,
)

func (OnRemovedEventCallbackFunc) Register

func (fn OnRemovedEventCallbackFunc) Register() js.Func[func(group *TabGroup)]

type OnUpdatedEventCallback

type OnUpdatedEventCallback[T any] struct {
	Fn  func(arg T, this js.Ref, group *TabGroup) js.Ref
	Arg T
}

func (*OnUpdatedEventCallback[T]) DispatchCallback

func (cb *OnUpdatedEventCallback[T]) DispatchCallback(
	targetPC uintptr, ctx *js.CallbackContext,
)

func (*OnUpdatedEventCallback[T]) Register

func (cb *OnUpdatedEventCallback[T]) Register() js.Func[func(group *TabGroup)]

type OnUpdatedEventCallbackFunc

type OnUpdatedEventCallbackFunc func(this js.Ref, group *TabGroup) js.Ref

func (OnUpdatedEventCallbackFunc) DispatchCallback

func (fn OnUpdatedEventCallbackFunc) DispatchCallback(
	targetPC uintptr, ctx *js.CallbackContext,
)

func (OnUpdatedEventCallbackFunc) Register

func (fn OnUpdatedEventCallbackFunc) Register() js.Func[func(group *TabGroup)]

type QueryArgQueryInfo

type QueryArgQueryInfo struct {
	// Collapsed is "QueryArgQueryInfo.collapsed"
	//
	// Optional
	//
	// NOTE: FFI_USE_Collapsed MUST be set to true to make this field effective.
	Collapsed bool
	// Color is "QueryArgQueryInfo.color"
	//
	// Optional
	Color Color
	// Title is "QueryArgQueryInfo.title"
	//
	// Optional
	Title js.String
	// WindowId is "QueryArgQueryInfo.windowId"
	//
	// Optional
	//
	// NOTE: FFI_USE_WindowId MUST be set to true to make this field effective.
	WindowId int64

	FFI_USE_Collapsed bool // for Collapsed.
	FFI_USE_WindowId  bool // for WindowId.

	FFI_USE bool
}

func (*QueryArgQueryInfo) FreeMembers

func (p *QueryArgQueryInfo) FreeMembers(recursive bool)

FreeMembers frees fields with heap reference, if recursive is true free all heap references reachable from p.

func (QueryArgQueryInfo) FromRef

func (p QueryArgQueryInfo) FromRef(ref js.Ref) QueryArgQueryInfo

FromRef calls UpdateFrom and returns a QueryArgQueryInfo with all fields set.

func (QueryArgQueryInfo) New

func (p QueryArgQueryInfo) New() js.Ref

New creates a new QueryArgQueryInfo in the application heap.

func (*QueryArgQueryInfo) Update

func (p *QueryArgQueryInfo) Update(ref js.Ref)

Update writes all fields of the p to the heap object referenced by ref.

func (*QueryArgQueryInfo) UpdateFrom

func (p *QueryArgQueryInfo) UpdateFrom(ref js.Ref)

UpdateFrom copies value of all fields of the heap object to p.

type TabGroup

type TabGroup struct {
	// Collapsed is "TabGroup.collapsed"
	//
	// Required
	Collapsed bool
	// Color is "TabGroup.color"
	//
	// Required
	Color Color
	// Id is "TabGroup.id"
	//
	// Required
	Id int64
	// Title is "TabGroup.title"
	//
	// Optional
	Title js.String
	// WindowId is "TabGroup.windowId"
	//
	// Required
	WindowId int64

	FFI_USE bool
}

func (*TabGroup) FreeMembers

func (p *TabGroup) FreeMembers(recursive bool)

FreeMembers frees fields with heap reference, if recursive is true free all heap references reachable from p.

func (TabGroup) FromRef

func (p TabGroup) FromRef(ref js.Ref) TabGroup

FromRef calls UpdateFrom and returns a TabGroup with all fields set.

func (TabGroup) New

func (p TabGroup) New() js.Ref

New creates a new TabGroup in the application heap.

func (*TabGroup) Update

func (p *TabGroup) Update(ref js.Ref)

Update writes all fields of the p to the heap object referenced by ref.

func (*TabGroup) UpdateFrom

func (p *TabGroup) UpdateFrom(ref js.Ref)

UpdateFrom copies value of all fields of the heap object to p.

type UpdateArgUpdateProperties

type UpdateArgUpdateProperties struct {
	// Collapsed is "UpdateArgUpdateProperties.collapsed"
	//
	// Optional
	//
	// NOTE: FFI_USE_Collapsed MUST be set to true to make this field effective.
	Collapsed bool
	// Color is "UpdateArgUpdateProperties.color"
	//
	// Optional
	Color Color
	// Title is "UpdateArgUpdateProperties.title"
	//
	// Optional
	Title js.String

	FFI_USE_Collapsed bool // for Collapsed.

	FFI_USE bool
}

func (*UpdateArgUpdateProperties) FreeMembers

func (p *UpdateArgUpdateProperties) FreeMembers(recursive bool)

FreeMembers frees fields with heap reference, if recursive is true free all heap references reachable from p.

func (UpdateArgUpdateProperties) FromRef

FromRef calls UpdateFrom and returns a UpdateArgUpdateProperties with all fields set.

func (UpdateArgUpdateProperties) New

New creates a new UpdateArgUpdateProperties in the application heap.

func (*UpdateArgUpdateProperties) Update

func (p *UpdateArgUpdateProperties) Update(ref js.Ref)

Update writes all fields of the p to the heap object referenced by ref.

func (*UpdateArgUpdateProperties) UpdateFrom

func (p *UpdateArgUpdateProperties) UpdateFrom(ref js.Ref)

UpdateFrom copies value of all fields of the heap object to p.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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