sdk
Interfaces
ConfigProps
Properties
Property | Type |
---|---|
| |
|
|
ErrorsProps
Properties
Property | Type |
---|---|
| |
|
LayoutProps
Properties
Property | Type |
---|---|
|
|
|
|
|
|
|
|
|
|
LoadedBaetaConfig
Properties
Property | Type |
---|---|
| |
|
|
|
|
TimeProps
Properties
Property | Type |
---|---|
|
|
|
|
Type Aliases
ConfigEventMap
ConfigEventMap:
object
Type declaration
Name | Type |
---|---|
|
TextOutput
TextOutput:
object
Type declaration
Name | Type |
---|---|
|
|
|
|
Variables
errorNamespace
const
errorNamespace:string
Functions
ConfigProvider()
ConfigProvider(
props
):Element
Parameters
Parameter | Type |
---|---|
|
|
Returns
Element
ConfigProviderBase()
ConfigProviderBase(
props
):Element
Parameters
Parameter | Type |
---|---|
|
|
Returns
Element
ConfigStatus()
ConfigStatus():
null
|Element
Returns
null
| Element
createCommand()
createCommand<
Args
>(options
):CommandModule
<Args
,Args
>
Type Parameters
Type Parameter |
---|
|
Parameters
Parameter | Type |
---|---|
|
|
Returns
CommandModule
<Args
, Args
>
Errors()
Errors(
props
):Element
Parameters
Parameter | Type |
---|---|
|
Returns
Element
Layout()
Layout(
props
):Element
Parameters
Parameter | Type |
---|---|
|
|
Returns
Element
makeErrorMessage()
makeErrorMessage(
message
,bold
):string
Parameters
Parameter | Type | Default value |
---|---|---|
|
|
|
|
|
|
Returns
string
makeErrorOutput()
makeErrorOutput(
id
,message
,bold
):object
Parameters
Parameter | Type | Default value |
---|---|---|
|
|
|
|
|
|
|
|
|
Returns
object
Name | Type |
---|---|
id | string |
text | string |
renderComponent()
renderComponent<
P
>(Component
,props
,configProps
?):void
Type Parameters
Type Parameter |
---|
|
Parameters
Parameter | Type |
---|---|
|
|
|
|
|
Returns
void
renderComponentWithoutConfig()
renderComponentWithoutConfig<
P
>(component
,props
?):void
Type Parameters
Type Parameter |
---|
|
Parameters
Parameter | Type |
---|---|
|
|
|
|
Returns
void
Spinner()
Spinner():
Element
Returns
Element
Time()
Time(
props
):null
|Element
Parameters
Parameter | Type |
---|---|
|
Returns
null
| Element
useConfig()
useConfig():
object
Returns
object
Name | Type |
---|---|
config | BaetaOptions |
events | EventEmitter <ConfigEventMap > |
location | string |
relativeLocation | string |
useConfigStore()
useConfigStore(
props
):object
Parameters
Parameter | Type |
---|---|
|
Returns
object
Name | Type |
---|---|
config | BaetaOptions |
events | EventEmitter <ConfigEventMap > |
location | string |
relativeLocation | string |