@Cards-TS
Preparing search index...
@cards-ts/core
Intermediary
Interface Intermediary
Class that handles how material is presented to the end user
interface
Intermediary
{
form
<
T
extends
DisplayElement
<
keyof
Presenter
>
[]
>
(
...
components
:
T
,
)
:
[
sent
:
Promise
<
void
>
,
received
:
Promise
<
IntermediaryMapping
<
T
>
>
]
;
print
(
...
printables
:
Serializable
[]
)
:
[
sent
?:
Promise
<
void
>
]
;
}
Implemented by
IncrementalIntermediary
ProtocolIntermediary
Index
Methods
form
print
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
Methods
form
print
@Cards-TS
Loading...
Class that handles how material is presented to the end user