GoodocOverridesStyle

GoogleApi.ContentWarehouse.V1.Model.GoodocOverridesStyle


Table of Contents ▼

Jump to a specific part of the page:

Description

Extra css styles to apply

Attributes List

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

View Attributes

Attributes

  1. name (type: String.t, default: nil)
    - css attribute name: "margin-left", for eg.
  2. value (type: String.t, default: nil)
    - css attribute vale: "1em", for eg.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocOverridesStyle{
name: String.t() | nil,
value: String.t() | nil
}

Function

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

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