Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface CompendiumPackDirectoryContext

    interface CompendiumPackDirectoryContext {
        banner: string;
        collection: string;
        css: string;
        customOwnership: boolean;
        hidden: boolean;
        icon: string;
        locked: boolean;
        package: string;
        sourceIcon: string;
        title: string;
    }
    Index

    Properties

    banner: string

    The pack's banner image.

    collection: string

    The pack's collection ID.

    css: string

    CSS class names.

    customOwnership: boolean

    Whether the pack has custom ownership configured.

    hidden: boolean

    Whether the pack is currently hidden.

    icon: string

    An icon representing the pack's contents.

    locked: boolean

    Whether the pack is locked.

    package: string

    The name of the package the pack belongs to.

    sourceIcon: string

    An icon representing the pack's source (World, System, or Module).

    title: string

    The pack title.