---
title: "Video List"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/constant/videolist
markdown: https://docs.nodetool.ai/nodes/nodetool/constant/videolist.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/constant/videolist.md
---

# Video List

**Type:** `nodetool.constant.VideoList`

**Namespace:** `nodetool.constant`

## Description

Represents a list of video file constants in the workflow.
    videos, movies, clips, collection

    Use cases:
    - Provide a fixed list of videos for batch processing
    - Reference multiple video files in the workflow
    - Set default video list for testing or demonstration purposes

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `list[video]` | List of video references | null |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[video]` |  |

## Related Nodes

Browse other nodes in the [nodetool.constant](./) namespace.
