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

    Interface WorldCompendiumPackConfiguration

    interface WorldCompendiumPackConfiguration {
        folder: string | null;
        locked?: boolean;
        ownership: Record<
            "PLAYER"
            | "TRUSTED"
            | "ASSISTANT"
            | "GAMEMASTER",
            "INHERIT" | "NONE" | "LIMITED" | "OBSERVER" | "OWNER",
        >;
        sort?: number;
    }
    Index

    Properties

    folder: string | null
    locked?: boolean
    ownership: Record<
        "PLAYER"
        | "TRUSTED"
        | "ASSISTANT"
        | "GAMEMASTER",
        "INHERIT" | "NONE" | "LIMITED" | "OBSERVER" | "OWNER",
    >
    sort?: number