Interface FormStyleConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FormStyleConfig.Builder,FormStyleConfig>, SdkBuilder<FormStyleConfig.Builder,FormStyleConfig>, SdkPojo
Enclosing class:
FormStyleConfig

public static interface FormStyleConfig.Builder extends SdkPojo, CopyableBuilder<FormStyleConfig.Builder,FormStyleConfig>
  • Method Details

    • tokenReference

      FormStyleConfig.Builder tokenReference(String tokenReference)

      A reference to a design token to use to bind the form's style properties to an existing theme.

      Parameters:
      tokenReference - A reference to a design token to use to bind the form's style properties to an existing theme.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the style setting.

      Parameters:
      value - The value of the style setting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.