struct Mint::Compiler::Ref

Overview

Represents a reference to an HTML element or other component. They are treated differently because they have a .current accessor.

Defined in:

compiler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : Ast::Node) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(value _value = @value) #

[View source]
def value : Ast::Node #