Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.21 KB

Component.md

File metadata and controls

22 lines (19 loc) · 1.21 KB

# Component

Properties

Name Type Description Notes
id string Identifier for component [optional]
page_id string Page identifier [optional]
group_id string Component Group identifier [optional]
created_at \DateTime [optional]
updated_at \DateTime [optional]
group bool Is this component a group [optional]
name string Display name for component [optional]
description string More detailed description for component [optional]
position int Order the component will appear on the page [optional]
status string Status of component [optional]
showcase bool Should this component be showcased [optional]
only_show_if_degraded bool Requires a special feature flag to be enabled [optional]
automation_email string Requires a special feature flag to be enabled [optional]
start_date \DateTime The date this component started being used [optional]

[Back to Model list] [Back to API list] [Back to README]