Preparing search index...
The search index is not available
@bambumeta/sdk
@bambumeta/sdk
BambuProgramInput
Interface BambuProgramInput
BambuProgramInput is the interface for the input of the Program API
interface
BambuProgramInput
{
abbreviation
?:
string
;
brandId
:
number
;
color
?:
string
;
imageFile
?:
string
|
Buffer
;
logo
?:
string
;
name
:
string
;
statusCode
?:
ProgramStatusCode
;
templateId
?:
number
;
tenantId
:
number
;
}
Index
Properties
abbreviation?
brand
Id
color?
image
File?
logo?
name
status
Code?
template
Id?
tenant
Id
Properties
Optional
abbreviation
abbreviation
?:
string
brand
Id
brand
Id
:
number
Optional
color
color
?:
string
Optional
image
File
image
File
?:
string
|
Buffer
Optional
logo
logo
?:
string
name
name
:
string
Optional
status
Code
status
Code
?:
ProgramStatusCode
Optional
template
Id
template
Id
?:
number
tenant
Id
tenant
Id
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
abbreviation
brand
Id
color
image
File
logo
name
status
Code
template
Id
tenant
Id
@bambumeta/sdk
Loading...
BambuProgramInput is the interface for the input of the Program API