Search
Preparing search index...
The search index is not available
@leftshiftone/convey
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
AbstractDecorator
Class AbstractDecorator
Hierarchy
AbstractDecorator
RatingDecorator
Implements
IRenderer
Index
Constructors
constructor
Properties
channel
Id
renderer
Methods
append
Content
append
Suggest
init
render
Constructors
Protected
constructor
new
Abstract
Decorator
(
renderer
:
IRenderer
)
:
AbstractDecorator
Parameters
renderer:
IRenderer
Returns
AbstractDecorator
Properties
Protected
Optional
channel
Id
channel
Id
:
undefined
|
string
Private
renderer
renderer
:
IRenderer
Methods
append
Content
append
Content
(
element
:
HTMLElement
)
:
void
Parameters
element:
HTMLElement
Returns
void
append
Suggest
append
Suggest
(
element
:
HTMLElement
)
:
void
Parameters
element:
HTMLElement
Returns
void
init
init
(
channelId
:
undefined
|
string
)
:
void
Parameters
Optional
channelId:
undefined
|
string
Returns
void
render
render
(
message
:
ISpecification
|
IRenderable
, containerType
:
IStackeable
)
:
HTMLElement
[]
Parameters
message:
ISpecification
|
IRenderable
Optional
containerType:
IStackeable
Returns
HTMLElement
[]
Globals
Abstract
Decorator
constructor
channel
Id
renderer
append
Content
append
Suggest
init
render
Generated using
TypeDoc