Preparing search index...
The search index is not available
@electron/asar
@electron/asar
FileRecord
Interface FileRecord
interface
FileRecord
{
executable
:
boolean
;
integrity
:
{
algorithm
:
"SHA256"
;
blockSize
:
number
;
blocks
:
string
[]
;
hash
:
string
;
}
;
offset
:
string
;
size
:
number
;
unpacked
:
boolean
;
}
Hierarchy
FilesystemFileEntry
FileRecord
Index
Properties
executable
integrity
offset
size
unpacked
Properties
executable
executable
:
boolean
integrity
integrity
:
{
algorithm
:
"SHA256"
;
blockSize
:
number
;
blocks
:
string
[]
;
hash
:
string
;
}
Type declaration
algorithm
:
"SHA256"
block
Size
:
number
blocks
:
string
[]
hash
:
string
offset
offset
:
string
size
size
:
number
unpacked
unpacked
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
executable
integrity
offset
size
unpacked
@electron/asar
Loading...