An output area widget content factory.

The content factory is used to create children in a way that can be customized.

interface IContentFactory {
    createOutputPrompt(): IOutputPrompt;
    createStdin(options): IStdin;
}

Hierarchy

  • IContentFactory

    Implemented by

    Methods