• Internal

    Refresh all actor, item and action sheets.

    Parameters

    • Optionaloptions: { action?: boolean; actor?: boolean; item?: boolean; reset?: boolean } = {}

      Additional options

      • Optionalaction?: boolean

        Include action sheets

      • Optionalactor?: boolean

        Include actor sheets

      • Optionalitem?: boolean

        Include item sheets

      • Optionalreset?: boolean

        Reset underlying document.

    Returns void