Motif API
    Preparing search index...
    interface ContentSvc {
        components: readonly ContentComponent[];
        createDelayedBadnessComponent(): DelayedBadnessComponent;
        destroyAllComponents(): void;
        destroyComponent(component: Component): void;
    }
    Index

    Properties

    components: readonly ContentComponent[]

    Methods

    • Returns void