Bookmark: {
    id: string;
    label: string;
    type: "intersection" | "numerical" | "element";
}

Base representation of a bookmarkable type

Type declaration

  • id: string

    The unique ID of the bookmark.

  • label: string

    The display name of the bookmark.

  • type: "intersection" | "numerical" | "element"

    Subtype of the bookmark; used to determine what fields are available at runtime

Generated using TypeDoc