From e255d9aaeb56cb5a485aded2026913320ebce30f Mon Sep 17 00:00:00 2001 From: Damian Sypniewski <16312757+dsypniewski@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:12:02 +0900 Subject: [PATCH] Added hold_action and double_tap_action for tile card (#29481) --- source/_dashboards/tile.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_dashboards/tile.markdown b/source/_dashboards/tile.markdown index bea57050072..cc3e80d2aef 100644 --- a/source/_dashboards/tile.markdown +++ b/source/_dashboards/tile.markdown @@ -60,6 +60,14 @@ tap_action: required: false description: Action taken on card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will show the "more-info" dialog. type: map +hold_action: + required: false + description: Action taken on tap-and-hold. See [action documentation](/dashboards/actions/#hold-action). + type: map +double_tap_action: + required: false + description: Action taken on double tap. See [action documentation](/dashboards/actions/#double-tap-action). + type: map icon_tap_action: required: false description: Action taken on icon card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will `toggle` the entity (if possible), otherwise, show the "more-info" dialog.