Type alias FieldItemContextValue

FieldItemContextValue: {
    id: string;
}

Interface representing the context value of an individual field item.

Type declaration

  • id: string

    The unique identifier for the field item.