The generic class that all components inherit from
Sets the target of the component
public set_target(target: string): void;
target
Type: string
The target id of the component it needs to append to
Sets the target of the component
public set_id(id: string): void;
id
Type: string
Overrides the default generated id
Sets generic name of a component. Calling this function will force a re render
public set_name(name: string): void;
name
Type: string
The new name this component needs to have
Some function use this name attirbute as a value instead of a name
Returns the id of the component
public get_id(): string;
Type: string
The id of the component