code-workshop-kit
Version:
The future of remote code workshops & training
17 lines • 748 B
TypeScript
import { CSSResultArray, PropertyDeclarations, PropertyValues, TemplateResult } from 'lit-element';
import { ParticipantCapsule } from './ParticipantCapsule';
export declare class ParticipantTerminalCapsule extends ParticipantCapsule {
inputDisabled: boolean;
static get properties(): PropertyDeclarations;
static get styles(): CSSResultArray;
connectedCallback(): void;
updated(changedProperties: PropertyValues): void;
setupWs(): void;
get _capsuleTemplate(): TemplateResult;
addEntry(entry: string, type?: string): void;
toggleDisabled(state: string): void;
handleTerminalInput(e: Event): void;
clearTerminal(): void;
rerunScript(): void;
}
//# sourceMappingURL=ParticipantTerminalCapsule.d.ts.map