Skip to content

@vttforge/types / FolderLike

Interface: FolderLike

A Folder, as a drop hands one over.

Properties

contents

readonly contents: readonly DocumentMembers<Record<string, unknown>>[]


id

readonly id: string | null


name

readonly name: string


type

readonly type: string

The document kind this folder holds: 'Actor', 'Item', and so on.


uuid

readonly uuid: string

MIT licensed.