gespenst API - v0.1.0
    Preparing search index...

    Variable GespenstTerminalConst

    GespenstTerminal: DefineComponent<
        ExtractPropTypes<
            {
                options: {
                    default: () => {};
                    type: PropType<Omit<TerminalOptions, "container">>;
                };
            },
        >,
        () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
        {},
        {},
        {},
        ComponentOptionsMixin,
        ComponentOptionsMixin,
        {
            error: (_error: Error) => true;
            ready: (_terminal: BrowserTerminal) => true;
        },
        string,
        PublicProps,
        ToResolvedProps<
            ExtractPropTypes<
                {
                    options: {
                        default: () => {};
                        type: PropType<Omit<TerminalOptions, "container">>;
                    };
                },
            >,
            {
                error: (_error: Error) => true;
                ready: (_terminal: BrowserTerminal) => true;
            },
        >,
        { options: Omit<TerminalOptions, "container"> },
        {},
        {},
        {},
        string,
        ComponentProvideOptions,
        true,
        {},
        any,
    > = ...

    Vue component that fills its host, owns the terminal lifecycle, and emits ready or error.