Skip to content

id

Required: Yes
Type: String
Condition: No

Represents the component's unique ID within an SDK or SDK extension. The ID is used to reference the component from a project, and to recommend a specific component for dependency resolution.

Restricted to alphanumeric characters, dash, and underscore (matching the regular expression [-A-Za-z0-9_]+).

The key name is accepted as an alias for id for backwards compatibility.

1
id: my_component
Back to top