Options for TJSPosition.state.save. You may include extra data that is serialized with position state.

type Save = {
    name: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any
Index

Properties

Properties

name: string

Name to index this saved data.