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

    Interface AutocompleteEntry

    interface AutocompleteEntry {
        identifier: string;
        label: string;
    }
    Index

    Properties

    Properties

    identifier: string

    A unique identifier for the entry.

    label: string

    A human-readable label for the entry.