TomTom Maps for JavaScript
    Preparing search index...

    Type Alias DataEntryConfig

    Per-kind configuration accepted by createMapAgent's dataEntries option.

    type DataEntryConfig = {
        enabled?: boolean;
        entryMode?: EntryMode;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    When false, the kind is removed from the agent's tool surface entirely:

    • the kind disappears from analyseData / processData scope and input fields;
    • related recall / display / fetch tools are dropped from the registry (see TOOLS_BY_DATA_ENTRY_KIND).

    Default: true.

    entryMode?: EntryMode

    Initial entry-display policy for the underlying slice. single keeps only the latest entry on the map (others auto-hide); multiple (default) lets several coexist.