Cuttlefish SDK Reference - v0.1.0
    Preparing search index...

    Type Alias SelectionNodeInternal

    SelectionNode: Readonly<
        {
            create(selection: SelectionNodeChild): SelectionNode;
            createSelectAll(): SelectionNode;
            createSelectAllFromTable(table: TableNode): SelectionNode;
            is(node: OperationNode): node is SelectionNode;
        },
    >