Interface DropView<Ext>

interface DropView<Ext> {
    _tag: "DropView";
    behavior: DropBehavior;
    extensions: null | Ext["DropView"];
    name: ast.Ident;
}

Type Parameters

Hierarchy

  • Tagged<"DropView", {
        behavior: DropBehavior;
        extensions: Ext["DropView"] | null;
        name: ast.Ident;
    }>
    • DropView

Properties

_tag: "DropView"
behavior: DropBehavior
extensions: null | Ext["DropView"]
name: ast.Ident

Generated using TypeDoc