browser-extensions-playground
Preparing search index...
scraping-platform/src/model
DomCapture
Type Alias DomCapture
type
DomCapture
=
{
capturedAt
:
string
;
pageText
:
string
;
probeMatches
:
readonly
DomProbeMatch
[]
;
provider
:
ProviderId
;
title
:
string
;
url
:
string
;
}
Index
Properties
captured
At
page
Text
probe
Matches
provider
title
url
Properties
Readonly
captured
At
capturedAt
:
string
Readonly
page
Text
pageText
:
string
Readonly
probe
Matches
probeMatches
:
readonly
DomProbeMatch
[]
Readonly
provider
provider
:
ProviderId
Readonly
title
title
:
string
Readonly
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
captured
At
page
Text
probe
Matches
provider
title
url
browser-extensions-playground
Loading...