Components
The Component object
The component object is used to represent a component in Edgee.
A component is a reusable piece of code that can be used in multiple projects.
object
string
String representing the object's type. Objects of the same type share the same value
id
string
Unique identifier for the component
name
string
Name of the component
slug
string
Slug of the component
avatar_url
string
Avatar of the component
category
string
Category of the component
description
string
Description of the component
versions
any[]
List of versions of the component
repo_link
string
Link to the repository of the component
documentation_link
string
Link to the documentation of the component
dynamic_fields
object
Dynamic fields of the component, used to set up project component settings
created_at
string
Time at which the project was created
updated_at
string
Time at which the project was last updated