Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
generic_hierarchical_embedder
ChunkedFileNode
Interface ChunkedFileNode
Represents a chunked file node with its chunks
interface
ChunkedFileNode
{
chunks
:
FileChunk
[]
;
name
:
string
;
path
:
string
;
type
:
"file"
;
}
Index
Properties
chunks
name
path
type
Properties
chunks
chunks
:
FileChunk
[]
name
name
:
string
path
path
:
string
type
type
:
"file"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
chunks
name
path
type
Tidyscripts Docs
Loading...
Represents a chunked file node with its chunks