Abstract
Base class for creating custom directives. Users should extend this class, implement render and/or update, and then pass their subclass to directive.
render
update
directive
Base class for creating custom directives. Users should extend this class, implement
render
and/orupdate
, and then pass their subclass todirective
.