@twilio/flex-sdk
Preparing search index...
@twilio/flex-sdk
Activity
Interface Activity
interface
Activity
{
accountSid
:
string
;
available
:
boolean
;
dateCreated
:
Date
;
dateUpdated
:
Date
;
isCurrent
:
boolean
;
name
:
string
;
sid
:
string
;
workspaceSid
:
string
;
setAsCurrent
(
options
?:
ActivityOptions
)
:
Promise
<
Activity
>
;
}
Index
Properties
account
Sid
available
date
Created
date
Updated
is
Current
name
sid
workspace
Sid
Methods
set
As
Current
Properties
Readonly
account
Sid
accountSid
:
string
Readonly
available
available
:
boolean
Readonly
date
Created
dateCreated
:
Date
Readonly
date
Updated
dateUpdated
:
Date
Readonly
is
Current
isCurrent
:
boolean
Readonly
name
name
:
string
Readonly
sid
sid
:
string
Readonly
workspace
Sid
workspaceSid
:
string
Methods
set
As
Current
setAsCurrent
(
options
?:
ActivityOptions
)
:
Promise
<
Activity
>
Parameters
Optional
options
:
ActivityOptions
Returns
Promise
<
Activity
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Sid
available
date
Created
date
Updated
is
Current
name
sid
workspace
Sid
Methods
set
As
Current
@twilio/flex-sdk
Loading...