kysely
    Preparing search index...

    Interface SelectionNode

    interface SelectionNode {
        kind: "SelectionNode";
        selection: SelectionNodeChild;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "SelectionNode"
    selection: SelectionNodeChild