abstract class UI::ScreenContext

Overview

Per-request value object passed to UI::Screen#build. Concrete ScreenContext::Web lives below.

Direct Known Subclasses

Defined in:

asset_pipeline/amber_integration.cr

Instance Method Summary

Instance Method Detail

abstract def csrf_token : String | Nil #

[View source]
abstract def design_tokens : UI::DesignTokens::Tokens #

[View source]
abstract def flash_data : Hash(String, String) #

[View source]
abstract def params : Hash(String, String) #

[View source]
abstract def params_multi : Hash(String, Array(String)) #

[View source]