@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
ts-morph
ScopeableNode
Interface ScopeableNode
interface
ScopeableNode
{
getScope
()
:
Scope
|
undefined
;
hasScopeKeyword
()
:
boolean
;
setScope
(
scope
:
Scope
|
undefined
)
:
this
;
}
Index
Methods
get
Scope
has
Scope
Keyword
set
Scope
Methods
get
Scope
getScope
()
:
Scope
|
undefined
Gets the scope.
Returns
Scope
|
undefined
has
Scope
Keyword
hasScopeKeyword
()
:
boolean
Gets if the node has a scope keyword.
Returns
boolean
set
Scope
setScope
(
scope
:
Scope
|
undefined
)
:
this
Sets the scope.
Parameters
scope
:
Scope
|
undefined
Scope to set to.
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Scope
has
Scope
Keyword
set
Scope
@servicenow/sdk - v4.4.1
Loading...
Gets the scope.