Documentation
    Preparing search index...
    interface Display {
        errors: Record<string, string> | null;
        output: Record<string, string> | null;
    }
    Index

    Properties

    Properties

    errors: Record<string, string> | null

    Per-field rendering errors, keyed by field name. null if all fields succeeded.

    output: Record<string, string> | null

    Successfully rendered display field values, keyed by field name.