struct

Kemal::Inertia::Response

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(component : String, props : Hash(String, JSON::Any), url : String, version : String | Nil = nil, deferred_props : Hash(String, Array(String)) | Nil = nil, initial_deferred_props : Hash(String, Array(String)) | Nil = nil, merge_props : Array(String) | Nil = nil, prepend_props : Array(String) | Nil = nil, deep_merge_props : Array(String) | Nil = nil, match_props_on : Array(String) | Nil = nil, encrypt_history : Bool | Nil = nil, clear_history : Bool | Nil = nil, flash : Hash(String, JSON::Any) | Nil = nil, once_props : Hash(String, JSON::Any) | Nil = nil, scroll_props : Hash(String, JSON::Any) | Nil = nil, shared_props : Array(String) | Nil = nil, preserve_fragment : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

clear_history
Source
component
Source
deep_merge_props
Source
deferred_props
Source
encrypt_history
Source
flash
Source
initial_deferred_props
Source
match_props_on
Source
merge_props
Source
once_props
Source
prepend_props
Source
preserve_fragment
Source
props
Source
scroll_props
Source
shared_props
Source
version
Source