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

    Interface _TypedObjectFieldOptions

    interface _TypedObjectFieldOptions {
        expandKeys?: boolean;
        validateKey?: TypedObjectKeyValidator;
    }
    Index

    Properties

    expandKeys?: boolean

    Whether to expand dot-delimited keys.

    A predicate to filter out invalid keys.