NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
CloneFilter
Interface CloneFilter
interface
CloneFilter
{
filterFor
(
childInstance
:
|
UAObject
<
UAObjectEvents
>
|
UAMethod
<
UAMethodEvents
>
|
UAVariable
<
UAVariableEvents
>
,
)
:
CloneFilter
;
shouldKeep
(
node
:
BaseNode
)
:
boolean
;
}
Index
Methods
filter
For
should
Keep
Methods
filter
For
filterFor
(
childInstance
:
|
UAObject
<
UAObjectEvents
>
|
UAMethod
<
UAMethodEvents
>
|
UAVariable
<
UAVariableEvents
>
,
)
:
CloneFilter
Parameters
childInstance
:
|
UAObject
<
UAObjectEvents
>
|
UAMethod
<
UAMethodEvents
>
|
UAVariable
<
UAVariableEvents
>
Returns
CloneFilter
should
Keep
shouldKeep
(
node
:
BaseNode
)
:
boolean
Parameters
node
:
BaseNode
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
filter
For
should
Keep
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...