TitleSizeParams

GoogleApi.ContentWarehouse.V1.Model.TitleSizeParams


Table of Contents ▼

Jump to a specific part of the page:

Description

Data related to title sizing calculations in Muppet.

Attributes List

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

View Attributes

Attributes

  1. muppetTitleLengthInDeciems (type: integer(), default: nil)
    - Total max length of title in deciems
  2. muppetTitleNumLines (type: integer(), default: nil)
    - Number of lines for title

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TitleSizeParams{
muppetTitleLengthInDeciems: integer() | nil,
muppetTitleNumLines: integer() | nil
}

Function

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

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