Skip to content

add action to Group Info Row #51

Description

@aidinte

سلام
خیلی خوب می‌شه که Group Row Info بتونه علاوه بر title و value پارامتر action رو هم پشتیبانی کنه.


{
    "widget_type": "GROUP_INFO_ROW",
    "data": {
        "@type": "type.googleapis.com/widgets.GroupInfoRow",
        "items": [
            {
                "title": "متن اول",
                "value": "مقدار اول"
            },
            {
                "title": "متن دوم",
                "value": "مقدار دوم"
            },
            {
                "title": "متن سوم",
                "value": "مقدار سوم",
                "action": {
            "type": "LOAD_WEB_VIEW_PAGE",
            "fallback_link": "https://your.website.com",
            "payload": {
                "@type": "type.googleapis.com/widgets.LoadWebViewPagePayload",
                "url": "https://your.website.com"
                }
            }
            }
        ],
        "has_divider": true
    }
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions