:orphan: .. _progressIndicator: ====================================== progressIndicator ====================================== How to write by SpWML ======================== .. code-block:: none (progressIndicator) ---- Summary =============== A block in which a progress indicator can be placed that has no child blocks. It has `CircularProgressIndicator class `__ and `LinearProgressIndicator class `__ parameters. To use this type, it is necessary to set `ValueManager `__ to SpWMLBuilder or SpWML widget. Also, if no value is selected, the manager has no value. ---- Dart Class Reference ====================== `ProgressIndicatorElement class `__ ---- SpWML Parameters ==================== * :ref:`The common` parameters. * type (String). Specifies the type of loading. Specify circular or linear. * indicatorColor (String). Indicator color setting. :ref:`The color system` . * indicatorBGColor (String). Indicator background color setting. :ref:`The color system` .