Pathfinder 1e for Foundry VTT
    Preparing search index...

    Interface DocumentSelectorDocument

    interface DocumentSelectorDocument {
        extras: DocumentSelectorDocumentExtra[];
        id: string;
        img: string;
        isOwner: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    Additional document properties

    id: string

    The document ID

    img: string

    The document image

    isOwner: boolean

    Is the current user the owner of the document

    name: string

    The document name