Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomView

A named snapshot of the workbook at a specific moment.

Hierarchy

  • CustomView

Index

Properties

default

default: boolean

Gets or sets whether this is the default custom view.

name

name: string

Gets or sets the user-friendly name for the custom view

ownerName

ownerName: string

Gets the user that created the custom view.

shared

shared: boolean

Gets or sets whether the custom view is public or private.

url

url: string

Unique URL to load this view again.

workbook

workbook: Workbook

Gets the Workbook to which this CustomView belongs.

Methods

saveAsync

  • Updates an existing custom view

    Returns Promise<CustomView>