# Interface: NoArgsComponentConstructor<T>
An interface for a constructor of a component that doesn't need parameters.
# Type parameters
Name | Type | Description |
---|---|---|
T | extends Component = Component | The class the constructor creates. |
# Table of contents
# Constructors
# Methods
# Constructors
# constructor
• new NoArgsComponentConstructor()
The constructor function.
# Defined in
src/core/Component.ts:23 (opens new window)
# Methods
# getComponentBit
▸ getComponentBit(): number
# Returns
number
The component bit.