description:"MenuModel instance to define the action items."
},
{
name:"visible",
type:"boolean",
default:"false",
description:"Specifies the visibility of the overlay."
},
{
name:"direction",
type:"string",
default:"up",
description:"Specifies the opening direction of actions. Valid values are 'up', 'down', 'left', 'right', 'up-left', 'up-right', 'down-left' and 'down-right'"
},
{
name:"transitionDelay",
type:"number",
default:"30",
description:"Transition delay step for each action item."
},
{
name:"type",
type:"string",
default:"linear",
description:"Specifies the opening type of actions."
},
{
name:"radius",
type:"number",
default:"0",
description:"Radius for *circle types."
},
{
name:"mask",
type:"boolean",
default:"false",
description:"Whether to show a mask element behind the speeddial"
},
{
name:"disabled",
type:"boolean",
default:"false",
description:"Whether the component is disabled."
},
{
name:"hideOnClickOutside",
type:"boolean",
default:"true",
description:"Whether the actions close when clicked outside."
description:"Whether to display the tooltip on items. The modifiers of tooltip can be used like an object in it. Valid keys are 'event' and 'position'."