evalution
    Preparing search index...

    Interface ExtractedProps

    interface ExtractedProps {
        definitions: PropDefinition[];
        insertionPoint?: InsertionPoint;
        values?: Record<string, PropValue>;
    }
    Index

    Properties

    definitions: PropDefinition[]

    The property definitions with their types

    insertionPoint?: InsertionPoint

    Insertion context for adding new properties (populated by extractPropertiesFromObjectLiteral)

    values?: Record<string, PropValue>

    Current property values parsed from source (populated by extractPropertiesFromObjectLiteral)