Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 726 Bytes

TextOffset.md

File metadata and controls

22 lines (16 loc) · 726 Bytes

SiteimproveAPIClient::TextOffset

Properties

Name Type Description Notes
child Integer The index of the offset into the inner-html of the node identified by the CSS-selector.
length Integer The length of the offset into the inner-html of the node identified by the CSS-selector, starting from the position identified by the start-property.
start Integer The start-offset (0-based) of the offset into the inner-html of the node identified by the CSS-selector.

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::TextOffset.new(
  child: null,
  length: null,
  start: null
)