ElementSelection: {
    name: string;
    viewId?: string | null;
}

Type declaration

  • name: string

    Element name (global key).

  • OptionalviewId?: string | null

    Optional viewId where the selection happened.