proposit-core
    Preparing search index...

    Interface TDisplayable

    An entity that can produce a human-readable display string.

    interface TDisplayable {
        toDisplayString(): string;
    }

    Implemented by

    Index

    Methods