Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Platform.Workplaces.Metadata
IWorkplaceMetadataVisitorAsync
Interface IWorkplaceMetadataVisitorAsync
interface
IWorkplaceMetadataVisitorAsync
{
reverse
?:
boolean
;
stopIteration
?:
boolean
;
visitEnter
(
component
:
IWorkplaceComponentMetadata
)
:
Promise
<
void
>
;
visitLeave
(
component
:
IWorkplaceComponentMetadata
)
:
Promise
<
void
>
;
}
Implemented by
AddMetadataVisitor
ChangeMetadataVisitor
DeleteMetadataVisitor
IsReferencedVisitor
Index
Properties
reverse?
stop
Iteration?
Methods
visit
Enter
visit
Leave
Properties
Optional
reverse
reverse
?:
boolean
Optional
stop
Iteration
stopIteration
?:
boolean
Methods
visit
Enter
visitEnter
(
component
:
IWorkplaceComponentMetadata
)
:
Promise
<
void
>
Parameters
component
:
IWorkplaceComponentMetadata
Returns
Promise
<
void
>
visit
Leave
visitLeave
(
component
:
IWorkplaceComponentMetadata
)
:
Promise
<
void
>
Parameters
component
:
IWorkplaceComponentMetadata
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reverse
stop
Iteration
Methods
visit
Enter
visit
Leave
TESSA Web API
Loading...