Function HeaderIconAction

Use this component if you need a clickable icon that stylistically fits the header. It can be a simple link, a button or a custom link component.

  • Parameters

    • props: Props & RefAttributes<HTMLAnchorElement | HTMLButtonElement>

    Returns ReactNode

Properties

$$typeof: symbol
defaultProps?: Partial<
    Props & RefAttributes<HTMLAnchorElement | HTMLButtonElement>,
>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<
    Props & RefAttributes<HTMLAnchorElement | HTMLButtonElement>,
>