Skip to content
HomePagesHomePages template kit

VideoCollectionValue

A video list slot's runtime value: an ordered array of `VideoValue`, possibly empty.

A video list slot’s runtime value: an ordered array of VideoValue, possibly empty.

Import from @homepages/template-kit.

export type VideoCollectionValue = VideoValue[];