class
Crst::Sidebar
- Crst::Sidebar
- Crst::Node
- Reference
- Object
Overview
Represents a sidebar
Defined in:
crst/nodes.crConstructors
Instance Method Summary
- #children : Array(Crst::Node)
- #children=(children : Array(Crst::Node))
- #subtitle : String | Nil
- #subtitle=(subtitle : String | Nil)
- #title : String
- #title=(title : String)
Constructor Detail
def self.new(title : String, children : Array(Crst::Node) = [] of Node, subtitle : Nil | String = nil)
#