Register all event handlers using
kintone.events.on(). See Event handling for usage details.Graph display event
Triggered after the graph (report) page is displayed.This event also fires when displaying graph types not supported on mobile (pivot table, table, and scheduled reports). The
mobile.app.report.show event still fires in these cases.- Desktop — app.report.show
- Mobile — mobile.app.report.show
Event type:
Available actions: Return a
app.report.showTriggered timing: After the graph page is displayed.Event object properties:| Property | Type | Description |
|---|---|---|
type | String | The event type. Returns app.report.show. |
appId | Number | The app ID. |
Promise to wait for asynchronous operations before the page continues rendering.Portal display event
Triggered after the Kintone portal page is displayed.This event fires after all widgets configured for the portal have finished rendering.
- Desktop — portal.show
- Mobile — mobile.portal.show
Event type:
Available actions: Return a
portal.showTriggered timing: After the portal page is displayed.Event object properties:| Property | Type | Description |
|---|---|---|
type | String | The event type. Returns portal.show. |
Promise to wait for asynchronous operations.Space display event
Triggered after a space portal page is displayed.This event fires after all widgets configured for the space portal have finished rendering.
- Desktop — space.portal.show
- Mobile — mobile.space.portal.show
Event type:
Available actions: Return a
space.portal.showTriggered timing: After the space portal page is displayed.Event object properties:| Property | Type | Description |
|---|---|---|
type | String | The event type. Returns space.portal.show. |
spaceId | String | The space ID. |
Promise to wait for asynchronous operations.Record print event
Event type:app.record.print.show
Triggered after the record print page is displayed.
Triggered timing: After the record print page is displayed.
Event object properties:
| Property | Type | Description |
|---|---|---|
type | String | The event type. Returns app.record.print.show. |
appId | Number | The app ID. |
recordId | Number | The record ID. |
record | Object | The record data displayed on the print page. |
Promise to wait for asynchronous operations before the print page renders.