• Refresh all actor, item and action sheets.

    Parameters

    • Optional options: {
          action: undefined | boolean;
          actor: undefined | boolean;
          item: undefined | boolean;
          reset: undefined | boolean;
      } = {}

      Additional options

      • action: undefined | boolean

        Include action sheets

      • actor: undefined | boolean

        Include actor sheets

      • item: undefined | boolean

        Include item sheets

      • reset: undefined | boolean

        Reset underlying document.

    Returns void

Generated using TypeDoc