Home
last modified time | relevance | path

Searched defs:QueryObjectsParams (Results 1 – 2 of 2) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/runtime/
H A Druntime.go603 type QueryObjectsParams struct { struct
604 …RemoteObjectID `json:"prototypeObjectId"` // Identifier of the prototype to return objects for.
605 … `json:"objectGroup,omitempty"` // Symbolic group name that can be used to release the results.
622 func (p QueryObjectsParams) WithObjectGroup(objectGroup string) *QueryObjectsParams {
636 func (p *QueryObjectsParams) Do(ctx context.Context) (objects *RemoteObject, err error) {
H A Deasyjson.go1117 …asyjsonC5a4559bDecodeGithubComChromedpCdprotoRuntime13(in *jlexer.Lexer, out *QueryObjectsParams) {
1150 …syjsonC5a4559bEncodeGithubComChromedpCdprotoRuntime13(out *jwriter.Writer, in QueryObjectsParams) {