IGPAPI
    Preparing search index...

    Interface BloksAstNode

    interface BloksAstNode {
        args: readonly Bloks.BloksAstArg[];
        op: string;
    }
    Index

    Properties

    Properties

    args: readonly Bloks.BloksAstArg[]
    op: string