docs: Add append flag to documentation
This commit is contained in:
@ -337,6 +337,15 @@ export default function Api() {
|
|||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
<Argument
|
||||||
|
id="append"
|
||||||
|
description={
|
||||||
|
<span>
|
||||||
|
Pass <Code>true</Code> to append the text parameter to the
|
||||||
|
end of the document rather than replace.
|
||||||
|
</span>
|
||||||
|
}
|
||||||
|
/>
|
||||||
<Argument
|
<Argument
|
||||||
id="autosave"
|
id="autosave"
|
||||||
description={
|
description={
|
||||||
@ -351,7 +360,7 @@ export default function Api() {
|
|||||||
description={
|
description={
|
||||||
<span>
|
<span>
|
||||||
Pass <Code>true</Code> to signify the end of an editing
|
Pass <Code>true</Code> to signify the end of an editing
|
||||||
session. This will trigger documents.update hooks.
|
session. This will trigger update notifications.
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user