Enum LoadIndicator
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نشانگر بار یک نوع enum که نوع بارگیری یا نشانگر پیشرفت را برای نمایش در حین پردازش یک Action
مشخص می کند.
برای افزونههای Google Workspace و برنامههای Google Chat موجود است.
برای فراخوانی یک enum، کلاس والد، نام و ویژگی آن را فراخوانی می کنید. به عنوان مثال، CardService.LoadIndicator.SPINNER
.
خواص
اموال | تایپ کنید | توضیحات |
---|
SPINNER | Enum | از نشانگر اسپینر استفاده کنید. پیش فرض |
NONE | Enum | از نشانگر استفاده نکنید. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003eLoadIndicator\u003c/code\u003e is an enum used to specify the type of loading indicator displayed during an action's processing in Google Workspace Add-ons and Google Chat apps.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two options: \u003ccode\u003eSPINNER\u003c/code\u003e (default) for a spinner indicator and \u003ccode\u003eNONE\u003c/code\u003e to disable any indicator.\u003c/p\u003e\n"],["\u003cp\u003eTo use it, call it using \u003ccode\u003eCardService.LoadIndicator\u003c/code\u003e followed by the desired property like \u003ccode\u003eCardService.LoadIndicator.SPINNER\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum LoadIndicator\n\nLoadIndicator\n\nAn enum type that specifies the type of loading or progress indicator to display while an [Action](/apps-script/reference/card-service/action) is being processed.\n\nAvailable for Google Workspace add-ons and Google Chat apps.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCardService.LoadIndicator.SPINNER`. \n\n### Properties\n\n| Property | Type | Description |\n|-----------|--------|-----------------------------------|\n| `SPINNER` | `Enum` | Use a spinner indicator. Default. |\n| `NONE` | `Enum` | Do not use an indicator. |"]]