Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / ChildArtifactPage

Interface: ChildArtifactPage

Defined in: packages/core/dist/index.d.ts

One page of a settled child's artifact CONTENT, returned by the opt-in read_child_artifact tool. Inline artifact data serializes to a string; an offloaded artifact (a TranscriptStore ref) is fetched and decoded as UTF-8; a patch artifact with only a changed file list carries that list in files and empty content. Paged and pure exactly like ChildResultPage.

Properties

PropertyTypeDescriptionDefined in
artifactIdstring-packages/core/dist/index.d.ts
contentstring-packages/core/dist/index.d.ts
files?string[]The changed file list for a patch artifact; absent otherwise.packages/core/dist/index.d.ts
handlenumber-packages/core/dist/index.d.ts
hasMoreboolean-packages/core/dist/index.d.ts
kindstring-packages/core/dist/index.d.ts
label?string-packages/core/dist/index.d.ts
offsetnumber-packages/core/dist/index.d.ts
totalCharsnumber-packages/core/dist/index.d.ts