Scripts
    Preparing search index...

    Interface IBoolValueGetter

    Interface used for marking elements with gettable value represented by bool.

    interface IBoolValueGetter {
        getBoolValue(): boolean;
    }

    Implemented by

    Index

    Methods

    Methods

    • Gets value as bool.

      Returns boolean

      Bool value.