proposit-core
    Preparing search index...

    Interface TSegmentInstructionSegment

    interface TSegmentInstructionSegment {
        role:
            | "title"
            | "url"
            | "date"
            | "location"
            | "suffix"
            | "year"
            | "authors"
            | "edition"
            | "publisher"
            | "isbn"
            | "accessedDate"
            | "bookTitle"
            | "pages"
            | "reportNumber"
            | "institution"
            | "organization"
            | "standardNumber"
            | "degree"
            | "country"
            | "patentNumber"
            | "volume"
            | "issue"
            | "doi"
            | "platform"
            | "separator"
            | "prefix"
            | "misc";
        source: TSegmentSource;
        style?: "link"
        | "italic"
        | "quoted"
        | "plain";
        type: "segment";
    }
    Index

    Properties

    Properties

    role:
        | "title"
        | "url"
        | "date"
        | "location"
        | "suffix"
        | "year"
        | "authors"
        | "edition"
        | "publisher"
        | "isbn"
        | "accessedDate"
        | "bookTitle"
        | "pages"
        | "reportNumber"
        | "institution"
        | "organization"
        | "standardNumber"
        | "degree"
        | "country"
        | "patentNumber"
        | "volume"
        | "issue"
        | "doi"
        | "platform"
        | "separator"
        | "prefix"
        | "misc"
    style?: "link" | "italic" | "quoted" | "plain"
    type: "segment"