Home Manual Reference Source Repository
import Line from 'waves-ui/src/shapes/line.js'
public class | source

Line

Extends:

src/shapes/base-shape~BaseShape → Line

A shape to display a line. Its main use is as common shape to create a breakpoint visualization. (entity shape)

example usage

Member Summary

Public Members
public

$el: *

Method Summary

Public Methods
public
public

render(renderingContext: *): *

public

update(renderingContext: *, data: *)

Public Members

public $el: * source

Public Methods

public getClassName(): string source

Return:

string

public render(renderingContext: *): * source

Params:

NameTypeAttributeDescription
renderingContext *

Return:

*

public update(renderingContext: *, data: *) source

Params:

NameTypeAttributeDescription
renderingContext *
data *