Bun

interface

inspector.Runtime.GetPropertiesParameterType

interface GetPropertiesParameterType

  • accessorPropertiesOnly?: boolean

    If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.

  • generatePreview?: boolean

    Whether preview should be generated for the results.

  • objectId: string

    Identifier of the object to return properties for.

  • ownProperties?: boolean

    If true, returns properties belonging only to the element itself, not to its prototype chain.