geostyler-style
    Preparing search index...

    Interface Fnot

    Inverts the boolean value of argument[0]

    interface Fnot {
        args: [Expression<boolean>];
        name: "not";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    args: [Expression<boolean>]
    name: "not"