handlebars ~master (2019-10-04T09:24:10Z)
Dub
Repo
IfComponentCt
handlebars
components
if_
Component that will handle the if blocks at ctfe
class
IfComponentCt : HbsComponent!""(
Token
[]
tokens
Properties
properties
) {
enum
ComponentName
;
this
(bool value);
string
render
(T controller);
}
Constructors
this
this
(bool value)
Undocumented in source.
Members
Functions
render
string
render
(T controller)
Manifest constants
ComponentName
enum
ComponentName
;
Undocumented in source.
Meta
Source
See Implementation
handlebars
components
if_
classes
IfComponent
IfComponentCt
Component that will handle the if blocks at ctfe