getPost( )


Gets the all the information associated with the current blog post.

The getPost() function returns a Promise that is resolved when all of the information about the post shown on the PostPage is retrieved.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<BlogPost>
Was this helpful?
Yes
No