Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / Post / usePostTimestamp

Function: usePostTimestamp()

usePostTimestamp(options): object

Get and update the timestamp of an immutable post

Parameters

options

options.hash: string

Returns

object

msTime

msTime: ComputedRef<string>

refresh

refresh: Function

timestamp

timestamp: Ref<number, number>

Defined in

src/post/usePost.js:207

MIT