2022-10-28 14:17:40 +00:00
|
|
|
name: directive
|
2023-05-23 18:53:53 +00:00
|
|
|
requiredPermissions:
|
|
|
|
- fetch
|
2022-10-28 14:17:40 +00:00
|
|
|
functions:
|
|
|
|
updateDirectivesOnPageCommand:
|
|
|
|
path: ./command.ts:updateDirectivesOnPageCommand
|
|
|
|
command:
|
|
|
|
name: "Directives: Update"
|
|
|
|
events:
|
|
|
|
- editor:pageLoaded
|
2023-08-04 16:56:55 +00:00
|
|
|
updateDirectivesInSpace:
|
|
|
|
path: ./command.ts:updateDirectivesInSpace
|
2023-08-04 19:25:14 +00:00
|
|
|
updateDirectivesInSpaceCommand:
|
|
|
|
path: ./command.ts:updateDirectivesInSpaceCommand
|
|
|
|
command:
|
|
|
|
name: "Directives: Update Entire Space"
|
2023-08-10 17:00:28 +00:00
|
|
|
processUpdateQueue:
|
|
|
|
path: ./command.ts:processUpdateQueue
|
|
|
|
mqSubscriptions:
|
|
|
|
- queue: directiveUpdateQueue
|
|
|
|
batchSize: 3
|
2022-10-28 14:17:40 +00:00
|
|
|
queryComplete:
|
|
|
|
path: ./complete.ts:queryComplete
|
|
|
|
events:
|
2022-12-21 13:55:24 +00:00
|
|
|
- editor:complete
|
2023-10-03 12:16:33 +00:00
|
|
|
# Conversion
|
|
|
|
convertToLiveQuery:
|
2023-10-11 08:27:12 +00:00
|
|
|
path: command.ts:convertToLive
|
2023-10-03 12:16:33 +00:00
|
|
|
command:
|
2023-10-11 08:27:12 +00:00
|
|
|
name: "Directive: Convert to Live Query/Template"
|
2023-11-15 09:27:37 +00:00
|
|
|
|
|
|
|
convertSpaceToLive:
|
|
|
|
path: command.ts:convertSpaceToLive
|
|
|
|
command:
|
|
|
|
name: "Directive: Convert Entire Space to Live/Templates"
|