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

    Interface CommandCenterOptions<TItem>

    interface CommandCenterOptions<
        TItem extends CommandCenterItem = CommandCenterItem,
    > {
        box?: CommandCenterBoxOptions;
        data: CommandCenterData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    parent: Node