ic-reactor
    Preparing search index...

    Interface CandidDefenition

    interface CandidDefenition {
        idlFactory: types.IDL.InterfaceFactory;
        init: (__namedParameters: { idl: types.IDL }) => never[];
    }
    Index

    Properties

    Properties

    init: (__namedParameters: { idl: types.IDL }) => never[]