class Mobile::SwipeMainComponent

Defined in:

components/mobile/swipe/swipe_main_component.cr

Constant Summary

ASSIGNS = [context : HTTP::Server::Context] of Nil

Constructors

Instance Method Summary

Instance methods inherited from class BaseHXMLComponent

android? : Bool android?, ios? : Bool ios?

Constructor Detail

def self.new(context : HTTP::Server::Context, **unused_exposures) #

Instance Method Detail

def render(&) #
Description copied from class LuckyHXML::Component

Render HXML with a block

NOTE Must override to use


[View source]