Skip to content

ViewActionNotFound

Overview

Error view displayed when a requested model action route does not exist. Composes SystemMessageCard(tone="info") with a "404" crest showing the unrecognized app/model/action key, a TriedUrlCallout highlighting the action segment as the error, a SuggestionList(shape="action") listing all model-defined actions sorted by string similarity to the tried action, a DiagnosticStrip debug footer, and a Back + Browse all actions actions row. HTTP verb chips in the action shape remain empty until the server exposes per-action verb metadata.

Theme entry: ViewActionNotFound

Props

NameTypeRequiredDefaultDescription
iconOverrideObjectnullA partial icon registry ({ [componentName]: { [iconName]: { component, props } } }) merged with inherited and default icon entries; scopes icon overrides to this component and its descendants.
themeOverrideString|Object|ArraynullA partial theme object merged with the component's default theme; accepts a class string, class array, or theme object.
diagnostics{ label: string, value: string }[][]Extra rows appended to the DiagnosticStrip (after the route row).

Slots

NameScopedDescription
blurbblurb Override the default explanatory paragraph beneath the crest.
actionsactions Override the default Back / Browse all actions button row.

Full slot reference

Source

client/lib/views/ViewActionNotFound.vue

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2