Scripts
    Preparing search index...

    Interface IStringValueGetter

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

    interface IStringValueGetter {
        getStringValue(): string;
    }

    Implemented by

    Index

    Methods

    • Gets value as string.

      Returns string

      String value.