Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.17 KB

AppleButtonStyle.md

File metadata and controls

60 lines (32 loc) · 1.17 KB

Enumeration: AppleButtonStyle

The Button style (mainly color) to render.

Table of contents

Enumeration members

Enumeration members

BLACK

BLACK = "Black"

Render a black button with white text.

Defined in

index.d.ts:73


DEFAULT

DEFAULT = "White"

The default style, White.

Defined in

index.d.ts:58


WHITE

WHITE = "White"

Render a white button with black text.

Defined in

index.d.ts:63


WHITE_OUTLINE

WHITE_OUTLINE = "WhiteOutline"

Render a white button with black text and a bordered outline.

Defined in

index.d.ts:68