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

    Interface DataFieldContext

    interface DataFieldContext {
        name?: string;
        parent?: any;
    }
    Index

    Properties

    Properties

    name?: string

    A field name to assign to the constructed field

    parent?: any

    Another data field which is a hierarchical parent of this one