FormattedSnippet Type
Represents an individual formatted snippet with title as key
Constructors
Constructor |
Description
|
Full Usage:
FormattedSnippet(key, content)
Parameters:
string
content : string
Returns: FormattedSnippet
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.Content
Returns: string
|
Returns the formatted content code for the snipet
|
Full Usage:
this.Key
Returns: string
|
Returns the key of the snippet
|
Full Usage:
this.Title
Returns: string
|
Returns the title of the snippet
|