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

    Interface DocumentSheetConfigFieldDescriptor

    interface DocumentSheetConfigFieldDescriptor {
        disabled?: boolean;
        field: DataField;
        name: string;
        value: string;
    }
    Index

    Properties

    disabled?: boolean

    Whether the field should be disabled in the form.

    field: DataField

    The field instance.

    name: string

    The field's form name.

    value: string

    The field's value.