ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-maintenance
CreateMaintenanceData
Interface CreateMaintenanceData
interface
CreateMaintenanceData
{
isActive
:
boolean
;
type
:
"INFO"
|
"WARNING"
|
"CRITICAL"
|
"EMERGENCY"
;
title
:
string
;
message
:
string
;
actionText
?:
string
;
actionUrl
?:
string
;
startDate
?:
string
;
endDate
?:
string
;
}
Hierarchy (
View Summary
)
CreateMaintenanceData
UpdateMaintenanceData
Index
Properties
is
Active
type
title
message
action
Text?
action
Url?
start
Date?
end
Date?
Properties
is
Active
isActive
:
boolean
type
type
:
"INFO"
|
"WARNING"
|
"CRITICAL"
|
"EMERGENCY"
title
title
:
string
message
message
:
string
Optional
action
Text
actionText
?:
string
Optional
action
Url
actionUrl
?:
string
Optional
start
Date
startDate
?:
string
Optional
end
Date
endDate
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Active
type
title
message
action
Text
action
Url
start
Date
end
Date
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...