IShowInsightsRequest
Functions
setId
Function to set id of to the publish request object.
setId(id: string): void;
setTitle
Function to set title of to the publish request object.
setTitle(title: string): void;
setMessage
Function to set message of to the publish request object.
setMessage(message: string): void;
setHeader
Function to set category of to the publish request object.
setHeader(category: string): void;
setIcon
Function to set icon of to the publish request object.
setIcon(icon: string): void;
setType
Function to set type of to the publish request object.
setType(type: string): void;
action
Function to set action of to the publish request object.
action: () => IInsightsActionRequest;
setHeight
Sets the height of the MCA toolbar in pixels.
setHeight: (width: Pixels) => void;