forked from parse-community/Parse-Swift
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation to 48b38b1 on 'release'
- Loading branch information
Anka
authored and
Anka
committed
Jul 20, 2024
1 parent
36f1a26
commit 5abf43b
Showing
8 changed files
with
316 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
230 changes: 230 additions & 0 deletions
230
release/data/documentation/parseswift/parsehooktriggerobject/classname.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,230 @@ | ||
{ | ||
"abstract" : [ | ||
{ | ||
"text" : "The class name of the ", | ||
"type" : "text" | ||
}, | ||
{ | ||
"code" : "ParseObject", | ||
"type" : "codeVoice" | ||
}, | ||
{ | ||
"text" : " to trigger on.", | ||
"type" : "text" | ||
} | ||
], | ||
"hierarchy" : { | ||
"paths" : [ | ||
[ | ||
"doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift", | ||
"doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject" | ||
] | ||
] | ||
}, | ||
"identifier" : { | ||
"interfaceLanguage" : "swift", | ||
"url" : "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject\/className" | ||
}, | ||
"kind" : "symbol", | ||
"metadata" : { | ||
"externalID" : "s:10ParseSwift0A17HookTriggerObjectO9classNameSSvp", | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "var" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "className" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : ": " | ||
}, | ||
{ | ||
"kind" : "typeIdentifier", | ||
"preciseIdentifier" : "s:SS", | ||
"text" : "String" | ||
} | ||
], | ||
"modules" : [ | ||
{ | ||
"name" : "ParseSwift" | ||
} | ||
], | ||
"role" : "symbol", | ||
"roleHeading" : "Instance Property", | ||
"symbolKind" : "property", | ||
"title" : "className" | ||
}, | ||
"primaryContentSections" : [ | ||
{ | ||
"declarations" : [ | ||
{ | ||
"languages" : [ | ||
"swift" | ||
], | ||
"platforms" : [ | ||
"iOS" | ||
], | ||
"tokens" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "var" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "className" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : ": " | ||
}, | ||
{ | ||
"kind" : "typeIdentifier", | ||
"preciseIdentifier" : "s:SS", | ||
"text" : "String" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " { " | ||
}, | ||
{ | ||
"kind" : "keyword", | ||
"text" : "get" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " }" | ||
} | ||
] | ||
} | ||
], | ||
"kind" : "declarations" | ||
} | ||
], | ||
"schemaVersion" : { | ||
"major" : 0, | ||
"minor" : 3, | ||
"patch" : 0 | ||
}, | ||
"sections" : [ | ||
|
||
], | ||
"variants" : [ | ||
{ | ||
"paths" : [ | ||
"\/documentation\/parseswift\/parsehooktriggerobject\/classname" | ||
], | ||
"traits" : [ | ||
{ | ||
"interfaceLanguage" : "swift" | ||
} | ||
] | ||
} | ||
] | ||
, | ||
"references": { | ||
"doc://edu.uky.cs.netreconlab.ParseSwift/documentation/ParseSwift": { | ||
"abstract" : [ | ||
{ | ||
"text" : "A pure Swift library that gives you access to the powerful Parse Server backend from your Swift applications.", | ||
"type" : "text" | ||
} | ||
], | ||
"identifier" : "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift", | ||
"kind" : "symbol", | ||
"role" : "collection", | ||
"title" : "ParseSwift", | ||
"type" : "topic", | ||
"url" : "\/documentation\/parseswift" | ||
}, | ||
"doc://edu.uky.cs.netreconlab.ParseSwift/documentation/ParseSwift/ParseHookTriggerObject": { | ||
"abstract" : [ | ||
{ | ||
"text" : "The objects that Parse Hooks can be triggered on.", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "enum" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "ParseHookTriggerObject" | ||
} | ||
], | ||
"identifier" : "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject", | ||
"kind" : "symbol", | ||
"navigatorTitle" : [ | ||
{ | ||
"kind" : "identifier", | ||
"text" : "ParseHookTriggerObject" | ||
} | ||
], | ||
"role" : "symbol", | ||
"title" : "ParseHookTriggerObject", | ||
"type" : "topic", | ||
"url" : "\/documentation\/parseswift\/parsehooktriggerobject" | ||
}, | ||
"doc://edu.uky.cs.netreconlab.ParseSwift/documentation/ParseSwift/ParseHookTriggerObject/className": { | ||
"abstract" : [ | ||
{ | ||
"text" : "The class name of the ", | ||
"type" : "text" | ||
}, | ||
{ | ||
"code" : "ParseObject", | ||
"type" : "codeVoice" | ||
}, | ||
{ | ||
"text" : " to trigger on.", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "var" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "className" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : ": " | ||
}, | ||
{ | ||
"kind" : "typeIdentifier", | ||
"preciseIdentifier" : "s:SS", | ||
"text" : "String" | ||
} | ||
], | ||
"identifier" : "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject\/className", | ||
"kind" : "symbol", | ||
"role" : "symbol", | ||
"title" : "className", | ||
"type" : "topic", | ||
"url" : "\/documentation\/parseswift\/parsehooktriggerobject\/classname" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
release/documentation/parseswift/parsehooktriggerobject/classname/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en-US"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><link rel="icon" href="/Parse-Swift/release/favicon.ico"><link rel="mask-icon" href="/Parse-Swift/release/favicon.svg" color="#333333"><title>Documentation</title><script>var baseUrl = "/Parse-Swift/release/"</script><script defer="defer" src="/Parse-Swift/release/js/chunk-vendors.bdb7cbba.js"></script><script defer="defer" src="/Parse-Swift/release/js/index.2871ffbd.js"></script><link href="/Parse-Swift/release/css/index.ff036a9e.css" rel="stylesheet"></head><body data-color-scheme="auto"><noscript>[object Module]</noscript><div id="app"></div></body></html> |
Oops, something went wrong.