Class Spreadsheet.SpreadsheetEvent

    • Constructor Detail

      • SpreadsheetEvent

        public SpreadsheetEvent​(Spreadsheet source,
                                boolean fromClient,
                                @EventData("event.detail.type")
                                String type,
                                @EventData("event.detail.data")
                                elemental.json.JsonValue data)
    • Method Detail

      • getType

        public String getType()
      • getData

        public elemental.json.JsonValue getData()