2024-03-23 15:44:49 -05:00
<!DOCTYPE html> < html class = "default" lang = "en" >< head >< meta charSet = "utf-8" />< meta http-equiv = "x-ua-compatible" content = "IE=edge" />< title > ReferenceField | onspring-api-sdk</ title >< meta name = "description" content = "Documentation for onspring-api-sdk" />< meta name = "viewport" content = "width=device-width, initial-scale=1" />< link rel = "stylesheet" href = "../assets/style.css" />< link rel = "stylesheet" href = "../assets/highlight.css" />< script defer src = "../assets/main.js" ></ script >< script async src = "../assets/icons.js" id = "tsd-icons-script" ></ script >< script async src = "../assets/search.js" id = "tsd-search-script" ></ script >< script async src = "../assets/navigation.js" id = "tsd-nav-script" ></ script >< style >
@ media ( prefers-color-scheme : dark ) {
: root {
--md-sys-color-primary : #adc6ff ;
--md-sys-color-on-primary : #002e6a ;
--md-sys-color-primary-container : #10448f ;
--md-sys-color-on-primary-container : #d8e2ff ;
--md-sys-color-secondary : #bfc6dc ;
--md-sys-color-on-secondary : #293041 ;
--md-sys-color-secondary-container : #3f4759 ;
--md-sys-color-on-secondary-container : #dbe2f9 ;
--md-sys-color-tertiary : #debcdf ;
--md-sys-color-on-tertiary : #402843 ;
--md-sys-color-tertiary-container : #583e5b ;
--md-sys-color-on-tertiary-container : #fcd7fb ;
--md-sys-color-error : #ffb4ab ;
--md-sys-color-on-error : #690005 ;
--md-sys-color-error-container : #93000a ;
--md-sys-color-on-error-container : #ffb4ab ;
--md-sys-color-background : #1b1b1f ;
--md-sys-color-on-background : #e3e2e6 ;
--md-sys-color-surface : #1b1b1f ;
--md-sys-color-on-surface : #e3e2e6 ;
--md-sys-color-surface-variant : #44474f ;
--md-sys-color-on-surface-variant : #c4c6d0 ;
--md-sys-color-outline : #8e9099 ;
--md-sys-color-outline-variant : #44474f ;
--md-sys-color-shadow : #000000 ;
--md-sys-color-scrim : #000000 ;
--md-sys-color-inverse-surface : #e3e2e6 ;
--md-sys-color-inverse-on-surface : #303034 ;
--md-sys-color-inverse-primary : #325da8 ;
--md-sys-color-surface-dim : #121316 ;
--md-sys-color-surface-bright : #38393c ;
--md-sys-color-surface-container-lowest : #0d0e11 ;
--md-sys-color-surface-container-low : #1b1b1f ;
--md-sys-color-surface-container : #1f1f23 ;
--md-sys-color-surface-container-high : #292a2d ;
--md-sys-color-surface-container-highest : #343538
}
}
: root [ data-theme = "dark" ] {
--md-sys-color-primary : #adc6ff ;
--md-sys-color-on-primary : #002e6a ;
--md-sys-color-primary-container : #10448f ;
--md-sys-color-on-primary-container : #d8e2ff ;
--md-sys-color-secondary : #bfc6dc ;
--md-sys-color-on-secondary : #293041 ;
--md-sys-color-secondary-container : #3f4759 ;
--md-sys-color-on-secondary-container : #dbe2f9 ;
--md-sys-color-tertiary : #debcdf ;
--md-sys-color-on-tertiary : #402843 ;
--md-sys-color-tertiary-container : #583e5b ;
--md-sys-color-on-tertiary-container : #fcd7fb ;
--md-sys-color-error : #ffb4ab ;
--md-sys-color-on-error : #690005 ;
--md-sys-color-error-container : #93000a ;
--md-sys-color-on-error-container : #ffb4ab ;
--md-sys-color-background : #1b1b1f ;
--md-sys-color-on-background : #e3e2e6 ;
--md-sys-color-surface : #1b1b1f ;
--md-sys-color-on-surface : #e3e2e6 ;
--md-sys-color-surface-variant : #44474f ;
--md-sys-color-on-surface-variant : #c4c6d0 ;
--md-sys-color-outline : #8e9099 ;
--md-sys-color-outline-variant : #44474f ;
--md-sys-color-shadow : #000000 ;
--md-sys-color-scrim : #000000 ;
--md-sys-color-inverse-surface : #e3e2e6 ;
--md-sys-color-inverse-on-surface : #303034 ;
--md-sys-color-inverse-primary : #325da8 ;
--md-sys-color-surface-dim : #121316 ;
--md-sys-color-surface-bright : #38393c ;
--md-sys-color-surface-container-lowest : #0d0e11 ;
--md-sys-color-surface-container-low : #1b1b1f ;
--md-sys-color-surface-container : #1f1f23 ;
--md-sys-color-surface-container-high : #292a2d ;
--md-sys-color-surface-container-highest : #343538
}
@ media ( prefers-color-scheme : light ) {
: root {
--md-sys-color-primary : #325da8 ;
--md-sys-color-on-primary : #ffffff ;
--md-sys-color-primary-container : #d8e2ff ;
--md-sys-color-on-primary-container : #001a42 ;
--md-sys-color-secondary : #575e71 ;
--md-sys-color-on-secondary : #ffffff ;
--md-sys-color-secondary-container : #dbe2f9 ;
--md-sys-color-on-secondary-container : #141b2c ;
--md-sys-color-tertiary : #715573 ;
--md-sys-color-on-tertiary : #ffffff ;
--md-sys-color-tertiary-container : #fcd7fb ;
--md-sys-color-on-tertiary-container : #29132d ;
--md-sys-color-error : #ba1a1a ;
--md-sys-color-on-error : #ffffff ;
--md-sys-color-error-container : #ffdad6 ;
--md-sys-color-on-error-container : #410002 ;
--md-sys-color-background : #fefbff ;
--md-sys-color-on-background : #1b1b1f ;
--md-sys-color-surface : #fefbff ;
--md-sys-color-on-surface : #1b1b1f ;
--md-sys-color-surface-variant : #e1e2ec ;
--md-sys-color-on-surface-variant : #44474f ;
--md-sys-color-outline : #75777f ;
--md-sys-color-outline-variant : #c4c6d0 ;
--md-sys-color-shadow : #000000 ;
--md-sys-color-scrim : #000000 ;
--md-sys-color-inverse-surface : #303034 ;
--md-sys-color-inverse-on-surface : #f2f0f4 ;
--md-sys-color-inverse-primary : #adc6ff ;
--md-sys-color-surface-dim : #dbd9dd ;
--md-sys-color-surface-bright : #faf8fd ;
--md-sys-color-surface-container-lowest : #ffffff ;
--md-sys-color-surface-container-low : #f5f3f7 ;
--md-sys-color-surface-container : #efedf1 ;
--md-sys-color-surface-container-high : #e9e7ec ;
--md-sys-color-surface-container-highest : #e3e2e6
}
}
: root [ data-theme = "light" ] {
--md-sys-color-primary : #325da8 ;
--md-sys-color-on-primary : #ffffff ;
--md-sys-color-primary-container : #d8e2ff ;
--md-sys-color-on-primary-container : #001a42 ;
--md-sys-color-secondary : #575e71 ;
--md-sys-color-on-secondary : #ffffff ;
--md-sys-color-secondary-container : #dbe2f9 ;
--md-sys-color-on-secondary-container : #141b2c ;
--md-sys-color-tertiary : #715573 ;
--md-sys-color-on-tertiary : #ffffff ;
--md-sys-color-tertiary-container : #fcd7fb ;
--md-sys-color-on-tertiary-container : #29132d ;
--md-sys-color-error : #ba1a1a ;
--md-sys-color-on-error : #ffffff ;
--md-sys-color-error-container : #ffdad6 ;
--md-sys-color-on-error-container : #410002 ;
--md-sys-color-background : #fefbff ;
--md-sys-color-on-background : #1b1b1f ;
--md-sys-color-surface : #fefbff ;
--md-sys-color-on-surface : #1b1b1f ;
--md-sys-color-surface-variant : #e1e2ec ;
--md-sys-color-on-surface-variant : #44474f ;
--md-sys-color-outline : #75777f ;
--md-sys-color-outline-variant : #c4c6d0 ;
--md-sys-color-shadow : #000000 ;
--md-sys-color-scrim : #000000 ;
--md-sys-color-inverse-surface : #303034 ;
--md-sys-color-inverse-on-surface : #f2f0f4 ;
--md-sys-color-inverse-primary : #adc6ff ;
--md-sys-color-surface-dim : #dbd9dd ;
--md-sys-color-surface-bright : #faf8fd ;
--md-sys-color-surface-container-lowest : #ffffff ;
--md-sys-color-surface-container-low : #f5f3f7 ;
--md-sys-color-surface-container : #efedf1 ;
--md-sys-color-surface-container-high : #e9e7ec ;
--md-sys-color-surface-container-highest : #e3e2e6
}
</ style >< link rel = "stylesheet" href = "../assets/material-style.css" /></ head >< body >< script > document . documentElement . dataset . theme = localStorage . getItem ( "tsd-theme" ) || "os" ; document . body . style . display = "none" ; setTimeout (() => app ? app . showPage () : document . body . style . removeProperty ( "display" ), 500 )</ script >< header class = "tsd-page-toolbar" >< div class = "tsd-toolbar-contents container" >< div class = "table-cell" id = "tsd-search" data-base = ".." >< div class = "field" >< label for = "tsd-search-field" class = "tsd-widget tsd-toolbar-icon search no-caption" >< svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" >< use href = "../assets/icons.svg#icon-search" ></ use ></ svg ></ label >< input type = "text" id = "tsd-search-field" aria-label = "Search" /></ div >< div class = "field" >< div id = "tsd-toolbar-links" ></ div ></ div >< ul class = "results" >< li class = "state loading" > Preparing search index...</ li >< li class = "state failure" > The search index is not available</ li ></ ul >< a href = "../index.html" class = "title" > onspring-api-sdk</ a ></ div >< div class = "table-cell" id = "tsd-widgets" >< a href = "#" class = "tsd-widget tsd-toolbar-icon menu no-caption" data-toggle = "menu" aria-label = "Menu" >< svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" >< use href = "../assets/icons.svg#icon-menu" ></ use ></ svg ></ a ></ div ></ div ></ header >< div class = "container container-main" >< div class = "col-content" >< div class = "tsd-page-title" >< ul class = "tsd-breadcrumb" >< li >< a href = "../modules.html" > onspring-api-sdk</ a ></ li >< li >< a href = "ReferenceField.html" > ReferenceField</ a ></ li ></ ul >< h1 > Class ReferenceField</ h1 ></ div >< section class = "tsd-panel tsd-comment" >< div class = "tsd-comment tsd-typography" >< p > ReferenceField - Represents a reference field.</ p >
2024-07-19 04:16:56 +00:00
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ section >< section class = "tsd-panel tsd-hierarchy" >< h4 > Hierarchy (< a class = "link" href = "../hierarchy.html#ReferenceField" > view full</ a > )</ h4 >< ul class = "tsd-hierarchy" >< li >< a href = "Field.html" class = "tsd-signature-type tsd-kind-class" > Field</ a >< ul class = "tsd-hierarchy" >< li >< span class = "target" > ReferenceField</ span ></ li ></ ul ></ li ></ ul ></ section >< aside class = "tsd-sources" >< ul >< li > Defined in models/ReferenceField.ts:9</ li ></ ul ></ aside >< section class = "tsd-panel-group tsd-index-group" >< section class = "tsd-panel tsd-index-panel" >< details class = "tsd-index-content tsd-index-accordion" open >< summary class = "tsd-accordion-summary tsd-index-summary" >< h5 class = "tsd-index-heading uppercase" role = "button" aria-expanded = "false" tabIndex = "0" >< svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" >< use href = "../assets/icons.svg#icon-chevronSmall" ></ use ></ svg > Index</ h5 ></ summary >< div class = "tsd-accordion-details" >< section class = "tsd-index-section" >< h3 class = "tsd-index-heading" > Constructors</ h3 >< div class = "tsd-index-list" >< a href = "ReferenceField.html#constructor" class = "tsd-index-link" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-512" ></ use ></ svg >< span > constructor</ span ></ a >
2024-03-23 15:44:49 -05:00
</ div ></ section >< section class = "tsd-index-section" >< h3 class = "tsd-index-heading" > Properties</ h3 >< div class = "tsd-index-list" >< a href = "ReferenceField.html#appId" class = "tsd-index-link tsd-is-inherited" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-1024" ></ use ></ svg >< span > app< wbr /> Id</ span ></ a >
< a href = "ReferenceField.html#id" class = "tsd-index-link tsd-is-inherited" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-1024" ></ use ></ svg >< span > id</ span ></ a >
< a href = "ReferenceField.html#isRequired" class = "tsd-index-link tsd-is-inherited" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-1024" ></ use ></ svg >< span > is< wbr /> Required</ span ></ a >
< a href = "ReferenceField.html#isUnique" class = "tsd-index-link tsd-is-inherited" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-1024" ></ use ></ svg >< span > is< wbr /> Unique</ span ></ a >
< a href = "ReferenceField.html#multiplicity" class = "tsd-index-link" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-1024" ></ use ></ svg >< span > multiplicity</ span ></ a >
< a href = "ReferenceField.html#name" class = "tsd-index-link tsd-is-inherited" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-1024" ></ use ></ svg >< span > name</ span ></ a >
< a href = "ReferenceField.html#referencedAppId" class = "tsd-index-link" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-1024" ></ use ></ svg >< span > referenced< wbr /> App< wbr /> Id</ span ></ a >
< a href = "ReferenceField.html#status" class = "tsd-index-link tsd-is-inherited" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-1024" ></ use ></ svg >< span > status</ span ></ a >
< a href = "ReferenceField.html#type" class = "tsd-index-link tsd-is-inherited" >< svg class = "tsd-kind-icon" viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-1024" ></ use ></ svg >< span > type</ span ></ a >
</ div ></ section ></ div ></ details ></ section ></ section >< section class = "tsd-panel-group tsd-member-group" >< h2 > Constructors</ h2 >< section class = "tsd-panel tsd-member" >< a id = "constructor" class = "tsd-anchor" ></ a >< h3 class = "tsd-anchor-link" >< span > constructor</ span >< a href = "#constructor" aria-label = "Permalink" class = "tsd-anchor-icon" >< svg viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-anchor" ></ use ></ svg ></ a ></ h3 >< ul class = "tsd-signatures" >< li class = "tsd-signature tsd-anchor-link" >< a id = "constructor.new_ReferenceField" class = "tsd-anchor" ></ a >< span class = "tsd-kind-constructor-signature" > new < wbr /> Reference< wbr /> Field</ span >< span class = "tsd-signature-symbol" > (</ span >< span class = "tsd-kind-parameter" > id</ span > , < span class = "tsd-kind-parameter" > appId</ span > , < span class = "tsd-kind-parameter" > name</ span > , < span class = "tsd-kind-parameter" > type</ span > , < span class = "tsd-kind-parameter" > status</ span > , < span class = "tsd-kind-parameter" > isRequired</ span > , < span class = "tsd-kind-parameter" > isUnique</ span > , < span class = "tsd-kind-parameter" > multiplicity</ span > , < span class = "tsd-kind-parameter" > referencedAppId</ span >< span class = "tsd-signature-symbol" > )</ span >< span class = "tsd-signature-symbol" > : </ span >< a href = "ReferenceField.html" class = "tsd-signature-type tsd-kind-class" > ReferenceField</ a >< a href = "#constructor.new_ReferenceField" aria-label = "Permalink" class = "tsd-anchor-icon" >< svg viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-anchor" ></ use ></ svg ></ a ></ li >< li class = "tsd-description" >< div class = "tsd-parameters" >< h4 class = "tsd-parameters-title" > Parameters</ h4 >< ul class = "tsd-parameter-list" >< li >< span >< span class = "tsd-kind-parameter" > id</ span > : < span class = "tsd-signature-type" > number</ span ></ span >< div class = "tsd-comment tsd-typography" >< p > The id of the reference field.</ p >
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ li >< li >< span >< span class = "tsd-kind-parameter" > appId</ span > : < span class = "tsd-signature-type" > number</ span ></ span >< div class = "tsd-comment tsd-typography" >< p > The id of the app the reference field belongs to.</ p >
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ li >< li >< span >< span class = "tsd-kind-parameter" > name</ span > : < span class = "tsd-signature-type" > string</ span ></ span >< div class = "tsd-comment tsd-typography" >< p > The name of the reference field.</ p >
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ li >< li >< span >< span class = "tsd-kind-parameter" > type</ span > : < a href = "../enums/FieldType.html" class = "tsd-signature-type tsd-kind-enum" > FieldType</ a ></ span >< div class = "tsd-comment tsd-typography" >< p > The type of the reference field.</ p >
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ li >< li >< span >< span class = "tsd-kind-parameter" > status</ span > : < a href = "../enums/FieldStatus.html" class = "tsd-signature-type tsd-kind-enum" > FieldStatus</ a ></ span >< div class = "tsd-comment tsd-typography" >< p > The status of the reference field.</ p >
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ li >< li >< span >< span class = "tsd-kind-parameter" > isRequired</ span > : < span class = "tsd-signature-type" > boolean</ span ></ span >< div class = "tsd-comment tsd-typography" >< p > Whether the reference field is required.</ p >
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ li >< li >< span >< span class = "tsd-kind-parameter" > isUnique</ span > : < span class = "tsd-signature-type" > boolean</ span ></ span >< div class = "tsd-comment tsd-typography" >< p > Whether the reference field is unique.</ p >
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ li >< li >< span >< span class = "tsd-kind-parameter" > multiplicity</ span > : < a href = "../enums/Multiplicity.html" class = "tsd-signature-type tsd-kind-enum" > Multiplicity</ a ></ span >< div class = "tsd-comment tsd-typography" >< p > The multiplicity of the reference field.</ p >
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ li >< li >< span >< span class = "tsd-kind-parameter" > referencedAppId</ span > : < span class = "tsd-signature-type" > number</ span ></ span >< div class = "tsd-comment tsd-typography" >< p > The id of the app the reference field references.</ p >
</ div >< div class = "tsd-comment tsd-typography" ></ div ></ li ></ ul ></ div >< h4 class = "tsd-returns-title" > Returns < a href = "ReferenceField.html" class = "tsd-signature-type tsd-kind-class" > ReferenceField</ a ></ h4 >< ul >
< li > A new ReferenceField.</ li >
</ ul >
2024-07-19 04:16:56 +00:00
< div class = "tsd-comment tsd-typography" ></ div >< aside class = "tsd-sources" >< p > Overrides < a href = "Field.html" > Field</ a > .< a href = "Field.html#constructor" > constructor</ a ></ p >< ul >< li > Defined in models/ReferenceField.ts:33</ li ></ ul ></ aside ></ li ></ ul ></ section ></ section >< section class = "tsd-panel-group tsd-member-group" >< h2 > Properties</ h2 >< section class = "tsd-panel tsd-member tsd-is-inherited" >< a id = "appId" class = "tsd-anchor" ></ a >< h3 class = "tsd-anchor-link" >< span > app< wbr /> Id</ span >< a href = "#appId" aria-label = "Permalink" class = "tsd-anchor-icon" >< svg viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-anchor" ></ use ></ svg ></ a ></ h3 >< div class = "tsd-signature" >< span class = "tsd-kind-property" > app< wbr /> Id</ span >< span class = "tsd-signature-symbol" > :</ span > < span class = "tsd-signature-type" > number</ span ></ div >< div class = "tsd-comment tsd-typography" ></ div >< aside class = "tsd-sources" >< p > Inherited from < a href = "Field.html" > Field</ a > .< a href = "Field.html#appId" > appId</ a ></ p >< ul >< li > Defined in models/Field.ts:16</ li ></ ul ></ aside ></ section >< section class = "tsd-panel tsd-member tsd-is-inherited" >< a id = "id" class = "tsd-anchor" ></ a >< h3 class = "tsd-anchor-link" >< span > id</ span >< a href = "#id" aria-label = "Permalink" class = "tsd-anchor-icon" >< svg viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-anchor" ></ use ></ svg ></ a ></ h3 >< div class = "tsd-signature" >< span class = "tsd-kind-property" > id</ span >< span class = "tsd-signature-symbol" > :</ span > < span class = "tsd-signature-type" > number</ span ></ div >< div class = "tsd-comment tsd-typography" ></ div >< aside class = "tsd-sources" >< p > Inherited from < a href = "Field.html" > Field</ a > .< a href = "Field.html#id" > id</ a ></ p >< ul >< li > Defined in models/Field.ts:11</ li ></ ul ></ aside ></ section >< section class = "tsd-panel tsd-member tsd-is-inherited" >< a id = "isRequired" class = "tsd-anchor" ></ a >< h3 class = "tsd-anchor-link" >< span > is< wbr /> Required</ span >< a href = "#isRequired" aria-label = "Permalink" class = "tsd-anchor-icon" >< svg viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-anchor" ></ use ></ svg ></ a ></ h3 >< div class = "tsd-signature" >< span class = "tsd-kind-property" > is< wbr /> Required</ span >< span class = "tsd-signature-symbol" > :</ span > < span class = "tsd-signature-type" > boolean</ span ></ div >< div class = "tsd-comment tsd-typography" ></ div >< aside class = "tsd-sources" >< p > Inherited from < a href = "Field.html" > Field</ a > .< a href = "Field.html#isRequired" > isRequired</ a ></ p >< ul >< li > Defined in models/Field.ts:36</ li ></ ul ></ aside ></ section >< section class = "tsd-panel tsd-member tsd-is-inherited" >< a id = "isUnique" class = "tsd-anchor" ></ a >< h3 class = "tsd-anchor-link" >< span > is< wbr /> Unique</ span >< a href = "#isUnique" aria-label = "Permalink" class = "tsd-anchor-icon" >< svg viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-anchor" ></ use ></ svg ></ a ></ h3 >< div class = "tsd-signature" >< span class = "tsd-kind-property" > is< wbr /> Unique</ span >< span class = "tsd-signature-symbol" > :</ span > < span class = "tsd-signature-type" > boolean</ span ></ div >< div class = "tsd-comment tsd-typography" ></ div >< aside class = "tsd-sources" >< p > Inherited from < a href = "Field.html" > Field</ a > .< a href = "Field.html#isUnique" > isUnique</ a ></ p >< ul >< li > Defined in models/Field.ts:41</ li ></ ul ></ aside ></ section >< section class = "tsd-panel tsd-member" >< a id = "multiplicity" class = "tsd-anchor" ></ a >< h3 class = "tsd-anchor-link" >< span > multiplicity</ span >< a href = "#multiplicity" aria-label = "Permalink" class = "tsd-anchor-icon" >< svg viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-anchor" ></ use ></ svg ></ a ></ h3 >< div class = "tsd-signature" >< span class = "tsd-kind-property" > multiplicity</ span >< span class = "tsd-signature-symbol" > :</ span > < a href = "../enums/Multiplicity.html" class = "tsd-signature-type tsd-kind-enum" > Multiplicity</ a ></ div >< div class = "tsd-comment tsd-typography" ></ div >< aside class = "tsd-sources" >< ul >< li > Defined in models/ReferenceField.ts:13</ li ></ ul ></ aside ></ section >< section class = "tsd-panel tsd-member tsd-is-inherited" >< a id = "name" class = "tsd-anchor" ></ a >< h3 class = "tsd-anchor-link" >< span > name</ span >< a href = "#name" aria-label = "Permalink" class = "tsd-anchor-icon" >< svg viewBox = "0 0 24 24" >< use href = "../assets/icons.svg#icon-anchor" ></ use ></ svg ></ a > < /
2024-03-23 15:44:49 -05:00
try {
const generateLinkElement = document.querySelector(".tsd-generator a");
const link = document.createElement("a");
Object.assign(link, {
href: "https://github.com/dmnsgn/typedoc-material-theme",
target: "_blank",
rel: "noreferrer",
innerText: "typedoc-material-theme."
});
generateLinkElement.insertAdjacentElement("afterend", link);
generateLinkElement.insertAdjacentText("afterend", " with ");
} catch (error) {
}
</ script ></ body ></ html >