@Cards-TS
Preparing search index...
@cards-ts/core
ProtocolIntermediary
Class ProtocolIntermediary
Sends the messages or forms over a protocol
Implements
Intermediary
Index
Constructors
constructor
Methods
form
print
Constructors
constructor
new
ProtocolIntermediary
(
protocol
:
Protocol
<
"print"
|
"form"
>
,
)
:
ProtocolIntermediary
Parameters
protocol
:
Protocol
<
"print"
|
"form"
>
the protocol that supports print and form operations
Returns
ProtocolIntermediary
Methods
form
form
<
T
extends
DisplayElement
<
keyof
Presenter
>
[]
>
(
...
components
:
T
,
)
:
[
sent
:
Promise
<
void
>
,
received
:
Promise
<
IntermediaryMapping
<
T
>
>
]
Type Parameters
T
extends
DisplayElement
<
keyof
Presenter
>
[]
Parameters
...
components
:
T
Returns
[
sent
:
Promise
<
void
>
,
received
:
Promise
<
IntermediaryMapping
<
T
>
>
]
print
print
(
...
printables
:
Serializable
[]
)
:
[
sent
:
Promise
<
void
>
]
Parameters
...
printables
:
Serializable
[]
Returns
[
sent
:
Promise
<
void
>
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
form
print
@Cards-TS
Loading...
Sends the messages or forms over a protocol