blessed-components - v1.20.0
    Preparing search index...

    Interface CommandLogOptions<TItem>

    interface CommandLogOptions<TItem extends CommandLogItem = CommandLogItem> {
        box?: CommandLogBoxOptions;
        data: CommandLogData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    parent: Node