interface CopyTextButtonButton {
    copy_text: CopyTextButton;
    text: string;
}

Hierarchy (view full)

Properties

Properties

copy_text: CopyTextButton

Description of the button that copies the specified text to the clipboard.

text: string

Label text on the button