mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
733 B
733 B
Home > puppeteer > Protocol > Runtime > CustomPreview > bodyGetterId
Protocol.Runtime.CustomPreview.bodyGetterId property
If formatter returns true as a result of formatter.hasBody call then bodyGetterId will contain RemoteObjectId for the function that returns result of formatter.body(object, config) call. The result value is json ML array.
Signature:
bodyGetterId?: RemoteObjectId;