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

    Interface DataModelValidationFailureElement

    interface DataModelValidationFailureElement {
        failure: DataModelValidationFailure;
        id: string | number;
        name?: string;
    }
    Index

    Properties

    Properties

    The element's validation failure.

    id: string | number

    Either the element's index or some other identifier for it.

    name?: string

    Optionally a user-friendly name for the element.