实验性
可选
只读
author只读
contents只读
is只读
is只读
page只读
rawThe contents of pages in the book that are in RawMessage format. Entries not in RawMessage format will be undefined.
可选
只读
title只读
type静态
只读
componentThe index of the page.
The content of the page if a valid index is provided and it is in string format, otherwise returns undefined.
The index of the page.
The content of the page if a valid index is provided and it is in RawMessage format, otherwise returns undefined.
Gets the RawMessage format content of a page for a given index.
世界修改
The index of the page.
The content to set for the page. Can be a single string or RawMessage or an array of strings and/or RawMessages
Inserts a page at a given index. Empty pages will be created if the index is greater than the current book size. Pages have a maximum limit of 256 characters for strings as well as the JSON representation of a RawMessage. Books have a maximum limit of 50 pages.
世界修改
An array of each page's contents. Each page can be a single string or RawMessage or an array of strings and/or RawMessages.
Sets the contents of the book's pages. Pre-existing pages will be cleared. Pages have a maximum limit of 256 characters for strings as well as the JSON representation of a RawMessage. Books have a maximum limit of 50 pages.
世界修改
The index of the page.
The content to set for the page. Can be a single string or RawMessage or an array of strings and/or RawMessages
Sets or creates the content of a specific page. Empty pages will be created if the index is greater than the current book size. Pages have a maximum limit of 256 characters for strings as well as the JSON representation of a RawMessage. Books have a maximum limit of 50 pages.
When present on an item, this item is a book item. Can access and modify the contents of the book and sign it.