Eulergraph
    Preparing search index...

    Type Alias CellProcessResult

    type CellProcessResult = {
        element: string;
        unsupportedCommands: string[];
    }
    Index

    Properties

    element: string
    unsupportedCommands: string[]