Skip to main content
要素プロパティ定義
curl --request GET \
  --url https://api.utage-system.com/v1/element-types/funnel/properties
{
  "global_common_properties": {},
  "content_common_properties": {},
  "data": [
    {}
  ]
}

Query Parameters

types
string
required

要素タイプ名のカンマ区切り(例: text,button,image)

Response

要素プロパティ定義

global_common_properties
object

全要素共通のプロパティ定義

content_common_properties
object

コンテンツ要素共通のプロパティ定義(padding/border/background)

data
object[]

要素タイプごとのプロパティ定義