IButtonType

type IButtonType = "search" | "close" | "done" | "arrow-up" | "arrow-down" | "arrow-left" | "arrow-right" | "filter" | "edit" | "delete" | "pin" | "copy" | "plus";

Usage

import {IButtonType} from 'uxp/components';

Last updated