interface ScrollableStockButtonSettings {
    classes?: string[];
    html?: string;
}

Properties

Properties

classes?: string[]

The classes added the button

html?: string

The HTML applied in the button

Generated using TypeDoc