Scripts
    Preparing search index...

    Interface IObjectValueGetter

    Interface used for marking elements with gettable value of unknown type.

    interface IObjectValueGetter {
        getObjectValue(): any;
    }

    Implemented by

    Index

    Methods

    • Gets value as object.

      Returns any

      Object value.