Scripts
    Preparing search index...

    Interface IBoolValueSetter

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

    interface IBoolValueSetter {
        setBoolValue(value: boolean): void;
    }

    Implemented by

    Index

    Methods

    Methods

    • Sets bool value

      Parameters

      • value: boolean

        Bool value.

      Returns void