thebe-core / Exports / IPassiveCell
Hierarchy¶
IPassiveCell
Implemented by¶
Table of contents¶
Properties¶
Methods¶
Properties¶
id¶
• Readonly
id: string
Defined in¶
isAttachedToDOM¶
• Readonly
isAttachedToDOM: boolean
Defined in¶
outputs¶
• Readonly
outputs: IOutput
[]
Defined in¶
rendermime¶
• Readonly
rendermime: IRenderMimeRegistry
Defined in¶
Methods¶
attachToDOM¶
▸ attachToDOM(el?
): void
Parameters¶
Name | Type |
---|---|
el? | HTMLElement |
Returns¶
void
Defined in¶
clear¶
▸ clear(): void
Returns¶
void
Defined in¶
clearOnError¶
▸ clearOnError(error?
): void
Parameters¶
Name | Type |
---|---|
error? | any |
Returns¶
void
Defined in¶
render¶
▸ render(outputs
): void
Parameters¶
Name | Type |
---|---|
outputs | IOutput [] |
Returns¶
void
Defined in¶
setOutputText¶
▸ setOutputText(text
): void
Parameters¶
Name | Type |
---|---|
text | string |
Returns¶
void