GitHub
Preparing search index...
The search index is not available
slack-cms - v1.0.0
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
slack-cms
interfaces/Post
Post
Interface Post
interface
Post
{
attachments
?:
Attachment
[]
;
author
:
User
;
comments
?:
Message
[]
;
content
:
string
;
files
?:
FileElement
[]
;
frontMatter
:
{
excerpt
?:
string
;
isEmpty
:
boolean
;
matter
:
string
;
[
key
:
string
]
:
any
;
}
;
reactions
?:
Reaction
[]
;
timestamp
:
string
;
}
Index
Properties
attachments?
author
comments?
content
files?
front
Matter
reactions?
timestamp
Properties
Optional
attachments
attachments
?:
Attachment
[]
author
author
:
User
Optional
comments
comments
?:
Message
[]
content
content
:
string
Optional
files
files
?:
FileElement
[]
front
Matter
front
Matter
:
{
excerpt
?:
string
;
isEmpty
:
boolean
;
matter
:
string
;
[
key
:
string
]
:
any
;
}
Type declaration
[
key
:
string
]:
any
Optional
excerpt
?:
string
is
Empty
:
boolean
matter
:
string
Optional
reactions
reactions
?:
Reaction
[]
timestamp
timestamp
:
string
On This Page
attachments
author
comments
content
files
front
Matter
reactions
timestamp
slack-
cms -
v1.0.0
helpers/parse
parse
Parse a Slack-formatted string to HTML
index
parse
SlackCMS
Create a new instance of SlackCMS
interfaces/
Grey
Matter
Base
Grey
Matter
Base
interfaces/
Options
Options
interfaces/
Post
Post