ngx-bootstrap-ci
Version:
Native Angular Bootstrap Components
12 lines (11 loc) • 471 B
TypeScript
/** Default values provider for tooltip */
export declare class TooltipConfig {
/** tooltip placement, supported positions: 'top', 'bottom', 'left', 'right' */
placement: string;
/** array of event names which triggers tooltip opening */
triggers: string;
/** a selector specifying the element the tooltip should be appended to. Currently only supports "body" */
container: string;
/** delay before showing the tooltip */
delay: number;
}