SdrScrollToOnPageMatches

GoogleApi.ContentWarehouse.V1.Model.SdrScrollToOnPageMatches


Table of Contents ▼

Jump to a specific part of the page:

Description

Number of matches in the page when using text alone, prefix + text, text + suffix, and prefix + text + suffix. The match is case-insensitive to align with go/scroll-to behavior.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. text (type: integer(), default: nil)
    -
  2. textWithPrefix (type: integer(), default: nil)
    -
  3. textWithPrefixSuffix (type: integer(), default: nil)
    -
  4. textWithSuffix (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SdrScrollToOnPageMatches{
text: integer() | nil,
textWithPrefix: integer() | nil,
textWithPrefixSuffix: integer() | nil,
textWithSuffix: integer() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SdrScrollToOnPageMatches