Interface DropDownButtonCreationOptions

interface DropDownButtonCreationOptions {
    name: string;
}

Properties

Properties

name: string