interface IWritePageTextRequest {
    text: string;
}

Implemented by

Properties

Properties

text: string

The text content for the page.