Skip to main content

Interface: FileTriggerProps

Defined in: components/FileTrigger/FileTrigger.tsx:39

Props for the FileTrigger component.

Extends

  • Omit<RACFileTriggerProps, "children">

Properties

children?

optional children?: ReactNode

Defined in: components/FileTrigger/FileTrigger.tsx:49

Label content of the trigger button (e.g. "Upload avatar").


evaluation?

optional evaluation?: "primary" | "secondary" | "accent" | "muted" | "negative"

Defined in: components/FileTrigger/FileTrigger.tsx:47

Authorial emphasis of the trigger button.

Default

'primary'