Bluestep JS Documentation
    Preparing search index...

    Interface HasScriptVariable

    Interface marking classes that can have a variable.

    interface HasScriptVariable {
        variableName(): string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    Methods

    • Name of variable.

      Returns string