Hierarchy

  • ChangedState

Properties

borderColor: string

The border color for changed state. Does not apply if a custom image is specified. The default value comes from the CSS and varies based on theme.

Deprecated

Since 14.0.0. This is not recommended in the Redwood design system.

color: string

The color for changed state. Does not apply if a custom image is specified. See the Help documentation for more information.

shape: string

The shape to be used. Can take the name of a built-in shape or the SVG path commands for a custom shape. Does not apply if a custom image is specified.

Deprecated

Since 14.0.0. This is not recommended in the Redwood design system.

source: string

The URI of the custom image. If specified, it takes precedence over shape. See the Help documentation for more information.

Deprecated

Since 14.0.0. This is not recommended in the Redwood design system.

svgClassName: string

The CSS style class to apply to the changed state. See the Help documentation for more information.

Deprecated

Since 14.0.0. This is not recommended in the Redwood design system.

svgStyle: object

The inline style to apply to the changed state. See the Help documentation for more information.

Deprecated

Since 14.0.0. This is not recommended in the Redwood design system.

Generated using TypeDoc