Font Awesome Button Options set

interface Options {
    animation: Animation;
    attributes: Record<string, string | number | boolean>;
    class: string;
    color: Color;
    label: string | HTMLElement;
    rotation: Rotation;
    size: Size;
    style: Style;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

[key: string]: any

Properties

animation: Animation
attributes: Record<string, string | number | boolean>
class: string
color: Color
label: string | HTMLElement
rotation: Rotation
size: Size
style: Style