Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 9 additions & 17 deletions apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2405,23 +2405,6 @@ type RemoteForm<

</div>

## RemoteFormAllIssue

<div class="ts-block">

```dts
interface RemoteFormAllIssue extends RemoteFormIssue {/*…*/}
```

<div class="ts-block-property">

```dts
path: Array<string | number>;
```

<div class="ts-block-property-details"></div>
</div></div>

## RemoteFormField

Form field accessor type that provides name(), value(), and issues() methods
Expand Down Expand Up @@ -2541,6 +2524,15 @@ interface RemoteFormIssue {/*…*/}
message: string;
```

<div class="ts-block-property-details"></div>
</div>

<div class="ts-block-property">

```dts
path: Array<string | number>;
```

<div class="ts-block-property-details"></div>
</div></div>

Expand Down