Prism API - v1.29.0
    Preparing search index...

    Interface Entry

    interface Entry {
        evaluatedEffect?: () => void;
        evaluatedGrammar?: Grammar;
        proto: ComponentProto;
    }
    Index

    Properties

    evaluatedEffect?: () => void
    evaluatedGrammar?: Grammar